-
Notifications
You must be signed in to change notification settings - Fork 7
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
Modifying reverse proxy response? #20
Comments
That's an interesting problem. I'll try to reproduce that setup in the next days and see how far I can get. No promises yet 🙂 |
Thanks! :) |
I looked into it a bit and also searched through documentation and the caddy forum, but from what I can tell, there is no way to access the body of the |
Thanks for looking into it! I guess as a workaround I can pass the required cookies as |
I think that would also be cleaner in general. You end up with a "proper" stream: client -> caddy -> cgi -> upstream. |
Can a CGI be fed the response from a reverse proxy, modify it , and spit out the modified response?
I tried this without success:
The text was updated successfully, but these errors were encountered: