小编Dee*_*mar的帖子

从响应头中删除请求上下文

不知何故在我的请求响应标头“Request-Context”即将到来,我试图在 web.config 和 Response.Headers.Remove("Request-Context") 中删除它;在 global.asax 中,但该标题没有被删除。

在那个标头的值中,我得到了一些 Appid,我不确定它来自哪里。

这是我的请求的响应标头。

Cache-Control:no-cache, no-store
Content-Encoding:gzip
Content-Length:140
Content-Type:application/json; charset=utf-8
日期:2018 年 2 月 20 日星期二 09:48:28 GMT
Pragma:no-cache
Request-Context:appId=cid-v1:b650ed48-297a-4ea2-af46-0a5a5d26a82b
Vary:Accept-Encoding

任何帮助表示赞赏。提前致谢。

http-headers azure-application-insights azure-app-service-plans

2
推荐指数
1
解决办法
2933
查看次数