Answer the question
In order to leave comments, you need to log in
How to make requests through multiple http proxies at the same time?
Using browser.webRequest.onBeforeSendHeaders I can edit the request headers. Is there any way to manually configure a fully valid request to the http proxy using it? If so, what structure should the request have in terms of the headers sent and the request body itself?
I need this to be able to make requests through different proxies at the same time.
Answer the question
In order to leave comments, you need to log in
HTTP proxies have a slightly different request format than in a normal HTTP request.
GET /somepath HTTP/1.1
Host: example.com
GET http://example.com/somepath HTTP/1.1
Host: example.com
auth iponly
allow *
parent 1000 http адрес порт логин пароль
proxy -i127.0.0.1 -p3128
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question