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.
这个想法很简单,但我不太确定实现这种功能的最佳方式是什么。
我基本上希望实现的是所有进入我的服务器的网络请求都被捕获和修改。Cookies、标头等都被交换。之后,我将该请求传递给另一个 Web 服务器。
一旦其他 Web 服务器回复,我就会将该信息传递回浏览器。我目前正在使用带有 ASP.NET 的 IIS,但我愿意接受所有建议。
谢谢你。
如果您在集成管道模式下使用 IIS 7 并编写一个http 处理程序,那么您将朝着正确的方向前进。