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.
有没有办法让链接保存请求标头?我正在尝试从 Web 服务器外部的应用程序打开特定页面,但该页面需要身份验证。到目前为止,每个人似乎都说这是不可能的。
如果其他站点使用基本的 http 身份验证,您可以在 url 中设置用户名和密码,但这并不安全。
http://user:password@yoursite.com/
超链接不能保存标头信息。
假设满足安全条件(相同的域或 CORS),您可能能够为 AJAX 请求设置标头。
查看jQuery AJAX 参考以了解如何发送带有标头的 ajax 请求