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.
我指的是下面的帖子。
如何使用 C# 修改请求的 HTTP 标头?
此处提供的解决方案工作正常。但是当我重定向到另一个页面时。在请求标头处所做的所有更改都将丢失。请帮忙
因为当您重定向到另一个页面时,它会导致浏览器向重定向页面发送新请求,因此它会发送一组新的标头。它不会发送您在重定向之前所做的修改后的标头。