Open
Description
I need to be able to pass custom HTTP headers to the HTTP server behind this proxy.
For example, look at this guy:
http://blog.nikmartin.com/2013/07/secure-sessions-in-nodejs-with-nginx.html
He adds a few headers to indicate to the receiving server that it is a passthrough, with the real IP address.
How can I do the same with node-http-proxy?
I would assume the proxy should create a X-Forwarded-For header automaticaly (does it).. but additionally add other headers I specify.
What is the best way of doing this?
Metadata
Metadata
Assignees
Labels
No labels