Closed ShimmerGlass closed 4 years ago
This adds an option to enable X-Forwarded-For in the downstream backend. This allows for the destination app to know where the request originated from.
Example config :
{ "service": { "name": "socat", "port": 8181, "connect": { "sidecar_service": { "proxy": { "config": { "enable_forwardfor": true } } } } } }
In Addition this fixes how the proxy options are read.
This adds an option to enable X-Forwarded-For in the downstream backend. This allows for the destination app to know where the request originated from.
Example config :
In Addition this fixes how the proxy options are read.