JSP 401 身份验证

发布于 2024-11-04 02:09:20 字数 134 浏览 0 评论 0原文

我想实现一个 Java/JSP 解决方案,以将客户端响应返回到 Web 服务器,当我尝试使用 wget 获取资源时,该服务器向我响应 401 错误。

如何设置 JSP 文件以使用用户名和密码响应服务器? 任何有关简单示例的帮助将不胜感激。

I'd like to implement a Java/JSP solution to return a client response to a web server that responded a 401 error to me when I try a wget for a resource.

How do I setup my JSP file to respond to the server with a username and password?
Any help with a simple example would be appreciated.

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

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

发布评论

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

评论(1

蝶舞 2024-11-11 02:09:20

java中没有wget这样的东西。你的意思是 httpurlconnection 类吗?如果是这样,请查看 j2se javadoc 中的验证器类。

或者考虑一下 apache httpclient,它更令人愉快。

There's no such thing as wget in java. do you mean the httpurlconnection class? if so, look at the authenticator class in the j2se javadoc.

Or consider apache httpclient which is much more pleasant.

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