在Azure Functions v2应用程序中,客户端收到的标头包括:
Request-Context: appId=cid-v1:<UUID>
我知道,此标头用于关联Application Insights中来自使用不同检测键的应用程序的请求,这不是我的情况。
是否可以删除Request-Context标头?
答案 0 :(得分:1)
可以通过Application Insights收集选项(在host.json中)
{
"version": "2.0",
"logging": {
"applicationInsights": {
"httpAutoCollectionOptions": {
"enableResponseHeaderInjection" : false
}
}
}
}
答案 1 :(得分:0)
您是否尝试过removeServerHeader =“ true”?
https://github.com/alrod/azure-webjobs-sdk-script/commit/a32109868f10457688d14e35ff4090eabec372ca