开发者

XHR HTTP Authorization Username/Password Character Limit

开发者 https://www.devze.com 2023-02-11 14:21 出处:网络
If I send more than 50 characters through XHR the username/password come through empty with $_SERVER[\'PHP_AUTH_USER\'] and $_SERVER[\'PHP_AUTH_PW\'].

If I send more than 50 characters through XHR the username/password come through empty with $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'].

Is this a known limitation开发者_JAVA百科? Are there any workarounds?

0

精彩评论

暂无评论...
验证码 换一张
取 消