Skip to content
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

Ensure request proxying is done correctly #4

Open
joeyame opened this issue Nov 10, 2022 · 0 comments
Open

Ensure request proxying is done correctly #4

joeyame opened this issue Nov 10, 2022 · 0 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@joeyame
Copy link
Contributor

joeyame commented Nov 10, 2022

Right now the proxy just copies all client headers and the body and then sends it to the server. Then it does the same for the response to the client. I am not sure if this is all that a proxy requires, or if I need to add special proxy headers or copy another source of information that might be important.

This task is to investigate what proxy requirements there might be.

@joeyame joeyame added the help wanted Extra attention is needed label Nov 10, 2022
@joeyame joeyame added this to the v0.5.0 milestone Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant