HTTP-Authentication:如何通过BASIC和DIGEST快速测试客户端软件?
我正在开发一个 Java 软件,该软件应该通过 HTTP 向 URL 发出请求。其中一些 URL 需要通过 DIGEST 或 BASIC 进行 HTTP 身份验证。
我的客户端软件只会联系这些 URL,如果 HTTP 响应是 HTTP_OK(200),它会将输出写入文件。
Q1 : 我想知道从客户端测试 HTTP 身份验证 DIGEST 和 BASIC 的最快捷、最简单方法是什么?
Q2 : 我需要安装这种服务器吗?或者互联网上已经存在一些“测试服务器”?
Q3:如果我必须安装一个,是否有一种快速安装和配置的方法?
谢谢。
I'm developping a Java software that should make requests towards URLs over HTTP. Some of these URLs will need HTTP authentication through DIGEST or BASIC.
My client software will only contact these URLs, and if HTTP response is HTTP_OK(200), it will write output into a file.
Q1 : I would like to know what is the quickest and easiest way to test the HTTP authentication DIGEST and BASIC from my client side?
Q2 : Have I to install this kind of server or some "test servers" already exist on the Internet?
Q3 : If I have to install one, does it exist a quick way to install and configure it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑关闭这个问题。
我安装 Tomcat 服务器,创建一个简单的 Web 应用程序并阅读以下信息(法语文档):
Consider this question closed.
I install Tomcat server, create a simple web app and read this following information (documentation in french):