如何从 post 请求中获取 http 标头值
看看我想做的是在发布请求上收集 http 标头,然后将它们添加到 app.Request.Headers.Add() 中。
在我的应用程序中,基本上另一个发布请求会覆盖我发出的某些发布请求。
在对我的服务器的每个请求上,都会重定向到另一台服务器,该服务器会在我的原始发布请求上添加一些标头,
我需要某种方式来说明也许可以添加这些标头,但然后使用其标头执行我的发布请求
See what I'm trynig to do is on a post request made collect the http headers and then add them to app.Request.Headers.Add().
In my application basically another post request overides certain post requests that I make.
On each request to my server there is a redirection to another server which adds some headers over my original post request
I need some way of saying maybe ok add these headers but then execute my post request with its headers after
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论