You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: