-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom request/response modifications via code transforms #60
Comments
See feedback from #225 (comment) about config formats and how that may affect extensibility. |
I would second the need for custom header modifications. Prepending to response headers would the use case for my scenario. |
+1, I have a need to modify headers in an ad-hoc fashion. Concrete scenario is ripping an auth token from a cookie and setting that as the Authorization header. This would eliminate my need for CORS entirely and simplify my api server to be jwt only, resulting in all client-ish things on the client server. |
Requirements summary:
Example scenarios:
|
Ability to customize headers (beyond x-forward or affinity) from code extensibility for both request to back end, and response to the the client.
The text was updated successfully, but these errors were encountered: