Replies: 1 comment
-
Ok i see i can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure if i really understand the function
proxyRequest
.I would like to change headers which gets returned from my proxied backend, to the client. I see there is a solution for e.g. set-cookie. Which works fine. However if i try something like this:
It is not working because
proxyRequest
somehow acts like a break or return statement. I haven't found a way to change the response before sending it back to the client. In this simple example i can of course put it in front of the proxyRequest however i would like to change the response headersBeta Was this translation helpful? Give feedback.
All reactions