Answer the question
In order to leave comments, you need to log in
Is there an http-proxy for http-proxy?
Hello!
It is necessary to set up a local proxy server (about 240 HTTP (!) proxies), which would take over the traffic and redirect it to another proxy server.. Are there ready-made packages for this?
Those. task: -
proxy traffic through itself to another proxy server
- add/remove HTTP headers (removing CORS + CSP is especially interesting)
- remote proxies (outgoing) work by login + pass, and local ones should not request them.
The launch might look something like this (it looks like this to me):
proxyproxy --bind=http://localhost:8888 --remote=http://user:[email protected]_proxy_server:8080 --remove-header-csp=true
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question