如何从curl获取REST Web服务中的参数?

发布于 2024-11-04 20:46:47 字数 155 浏览 0 评论 0原文

如果用户在curl中请求,例如curl -u username:password。 我想知道如何从 REST Web 服务中的 curl -u 获取参数?有人知道吗? 我使用 java 的 jersey 框架。我使用 Netbean IDE 和 glassfish 服务器。

谢谢

if the user request in curl like curl -u username:password .
I wonder how to get parameter from curl -u in REST web service?Do any know?
I use jersey framework using java. I use Netbean IDE and glassfish server.

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

子栖 2024-11-11 20:46:47

请参阅 HttpServletRequest 方法 getUserPrincipal 和/或 getRemoteUser

请记住,这些方法只会返回经过身份验证的请求的用户名。

See the HttpServletRequest method getUserPrincipal and/or getRemoteUser.

Remember these methods will only return the username for authenticated requests.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文