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.
我想在用户单击链接后通过 javascript 将用户重定向到 url。现在有什么方法可以随这个请求一起发送自定义 http 标头。我想发送带有请求标头的特定 cookie 值。
有问题的网址不属于我的域。
有可能做到吗?如果是,如何?
不。
如果您使用的是 XMLHttpRequest,则可以设置自定义标头(尽管它可能会禁止您设置Cookie标头),但否则不能(否则重定向)。
Cookie