What should we add or change to make your life better?
When proxying services that respond with Set-Cookie headers, the Domain attribute prevents the browser from saving the cookies. This can be remedied by a custom transform but obviously requires a bit of work.
Why is this important to you?
Other frameworks, notably the node-http-proxy package, support this via a configuration option. A similar option here, either by route or cluster, would eliminate the boilerplate.
Examples from other proxy technologies:
What should we add or change to make your life better?
When proxying services that respond with
Set-Cookieheaders, theDomainattribute prevents the browser from saving the cookies. This can be remedied by a custom transform but obviously requires a bit of work.Why is this important to you?
Other frameworks, notably the node-http-proxy package, support this via a configuration option. A similar option here, either by route or cluster, would eliminate the boilerplate.
Examples from other proxy technologies:
mod_proxyngx_http_proxy_module