Hi there,
Application gateway inserts six additional headers to all requests before it forwards the request to the backend. These headers are:
x-forwarded-for,
x-forwarded-port,
x-forwarded-proto,
x-original-host,
x-original-url,
x-appgw-trace-id
The X-appgw-trace-id is the transactionid which can be checked in the AppGW logs. In f5 LB for example there is an option to put the similarly called support ticket id of the request in the error page (when the WAF blocks certain request). This greatly helps identify quickly a customer issue. So, is there a way to put the Azure appgw transaction id in the error page in a similar way?
Thanks!