Hi community,
I have an apex 19.2 App.
Apex is used as a reverse proxy behind a web server.
I would like to know whether it's possible to add some custom http headers to Apex requests.
Apex is already sending session cookies in the requests header.
For example when I clic a page, in addition to default headers sent to Apex, I would like to add custom headers that will help me in routing requests at the web server level.
Thanks