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.
我正在使用 ajax 在后端调用 wcf 服务。后端具有 Windows 身份验证。它在 IE 中运行良好,但在 Google Chrome 中无法运行。它说错误是“未经授权”,状态码为 401。
如何将身份验证详细信息与 ajax 调用一起发送?
谢谢你。
如果您有一个安全的网站,您可以这样做的一种方法是将用户名和密码放在您的 Web 服务的 URL 中。
例如:
https://username:password@mywebsite.com/webservice.svc/