How can I pass an arbitrary header field to an upstream system?
Last updated
Was this helpful?
Last updated
Was this helpful?
Use to copy the wanted header fields of the incoming request () to the . Here we pass User-Agent
and Accept
:
We can reduce this further to
or maybe even more readable using :