HTTP-Authentication:如何通过BASIC和DIGEST快速测试客户端软件?

发布于 2025-01-06 01:02:03 字数 348 浏览 1 评论 0原文

我正在开发一个 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 技术交流群。

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

发布评论

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

评论(1

多情出卖 2025-01-13 01:02:03

考虑关闭这个问题。

我安装 Tomcat 服务器,创建一个简单的 Web 应用程序并阅读以下信息(法语文档):

Consider this question closed.

I install Tomcat server, create a simple web app and read this following information (documentation in french):

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