Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想实现一个 Java/JSP 解决方案,以在我尝试使用 wget 获取资源时将客户端响应返回给响应 401 错误的 Web 服务器。
如何设置我的 JSP 文件以使用用户名和密码响应服务器?任何有关简单示例的帮助将不胜感激。
java中没有wget之类的东西。你的意思是 httpurlconnection 类?如果是这样,请查看 j2se javadoc 中的身份验证器类。
或者考虑更愉快的apache httpclient。