Replies: 1 comment
-
Unfortunately nginx has this quirk that if any headers are set in a location block, the headers from the server block are ignored. And there are headers in the default location block. So you would have to overwrite the custom location |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a custom header
X-Postal-Track-Host
for click based email tracking as mentioned in hereHere's my custom config for the proxy host :

However, click based tracking fails, and the destination webpage is showing a 404 error (indicative of that the header was never sent to the upstream host for the proxy server).
How do I set a header to sent upstream correctly ?
Beta Was this translation helpful? Give feedback.
All reactions