HTTP BASIC 身份验证用户名是否有最大长度?

发布于 2024-09-29 09:15:38 字数 126 浏览 2 评论 0原文

通过 HTTP BASIC 身份验证发送到 Web 应用程序的用户名或密码是否有最大长度?我浏览了 RFC2617,找不到任何明显的东西,但很好奇并想确定一下。

(这一切都是通过 SSL 完成的,所以不用担心安全问题。)

Is there a maximum length for a username or password which is sent to a web application through HTTP BASIC authentication? I looked through RFC2617 and couldn't find anything obvious, but was curious and wanted to make sure.

(This is all being done over SSL, so don't worry about security for my sake.)

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

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

发布评论

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

评论(2

古镇旧梦 2024-10-06 09:15:38

对身份验证令牌没有强制执行的规范限制。但是,您通常可能会遇到 HTTP 标头的实际服务器特定限制,如此问题中概述

There's no spec-enforced limit on the auth token. However you may run into practical server-specific limits on HTTP headers in general, as outlined in this question.

惜醉颜 2024-10-06 09:15:38

根据 http://httpd.apache.org/docs/2.4/programs /htpasswd.html#restrictions 用户名限制为 255 个字符(并且用户名不得包含 : )。

在 Windows 上,密码还有 255 个字符的限制 - 如果密码较长,则会被截断。

According to http://httpd.apache.org/docs/2.4/programs/htpasswd.html#restrictions there is a limit of 255 characters for the username (and the username may not contain : ).

On Windows there is additionally a limit of 255 characters for the password - if the password is longer it will be truncated.

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