Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Paw 中的基本身份验证似乎存在错误。密码字段在我输入的密码末尾添加了一个 \n 字符,并破坏了我在服务器端的身份验证。您甚至可以在此屏幕截图中看到密码后面的额外行。我还在我的服务器端代码中确认确实有一个换行符 (\n) 附加到字符串。
http://note.io/12BJA6m
听起来您在密码后添加了一个换行符。编辑密码字段,全选,然后再次输入密码。
(虽然,我同意该字段不应该接受换行符,但我会为此提交一个错误。)