Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

What are the list of headers that apigee will generate automatically

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 Solved
2 1 199
1 ACCEPTED 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.

View solution in original post

1 REPLY 1


@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.