如何在Java中实现摘要认证?

发布于 2024-12-13 04:25:22 字数 355 浏览 2 评论 0原文

我知道这是一个非常广泛的问题,但我并不打算向您询问完整的实现(我知道有一些库可以为我做到这一点)我只是有一些关于它的小问题。

  1. nonce 值应该放在 http 标头中吗?
  2. 如何从客户端的 http 标头读取随机数?
  3. 如何将随机数发送回服务器?也许在一个隐藏的领域?或者浏览器会为我的每个后续请求执行此操作吗?
  4. 关于客户端随机数(cnonce),我应该以与任何其他字段或隐藏字段相同的方式发送它吗?
  5. 如何从服务器取回 cnonce?和随机数一样吗?

在我的项目中,我使用 servlet 生成 html 页面,并且有一个 servlet 来处理 http 登录表单。

I know this is a very broad question but I don't intend to ask you a full implementation (I know there are libraries that will do that for me) I just have some small questions about it.

  1. Is the nonce value supposed to go in the http header?
  2. how do I read the nonce from the http header in the client side?
  3. How do I send back the nonce to the server? Maybe in a hidden field? or will the browser do that for me for each subsequent request?
  4. Regarding the client nonce (cnonce) should I send it in the same fashion as any other field or hidden field?
  5. How do I get the cnonce back from the server? same way as the nonce?

In my project I'm using servlets to generate the html pages and I have a servlet to handle the http login form.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文