Can someone lists the headers that APIGEE will generate automatically in APIGEE Hybrid and also want to check that is there any way to disable or not to populate any of the header automatically.
Solved! Go to Solution.
@Teja wrote:
Can someone lists the headers that APIGEE will generate automatically in APIGEE Hybrid and also want to check that is there any way to disable or not to populate any of the header automatically.
The headers will not be sent to the client, and are reserved for Apigee usage only, you won't be able to modify them:
An incoming HTTP request includes the HTTP headers sent by the client. Headers with names that match the X-Apigee-*
pattern are removed from incoming requests if a client sends them. This name pattern is reserved for Apigee.
This comes from Endpoint properties documentation, you can read more here.
Hope this helps.
@Teja wrote:
Can someone lists the headers that APIGEE will generate automatically in APIGEE Hybrid and also want to check that is there any way to disable or not to populate any of the header automatically.
The headers will not be sent to the client, and are reserved for Apigee usage only, you won't be able to modify them:
An incoming HTTP request includes the HTTP headers sent by the client. Headers with names that match the X-Apigee-*
pattern are removed from incoming requests if a client sends them. This name pattern is reserved for Apigee.
This comes from Endpoint properties documentation, you can read more here.
Hope this helps.