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
Unfortunately Hoxy doesn't have a built-in way to do this. The example above would forward to the upstream proxy no matter which domain.
The reverse option just tells Hoxy where to forward traffic if you visit the proxy directly (rather than configuring your client to use it as a proxy).
I want to forward https://domain.com full request to a http proxy server ( http://127.0.0.1:80)
how would i do that? any examples on this? :)
it would basically forward the full request, then get the return from the server.. the return as in response only, not headers.
The text was updated successfully, but these errors were encountered: