N
N
Nadim Zakirov2020-05-15 16:46:30
JavaScript
Nadim Zakirov, 2020-05-15 16:46:30

How to make an AJAX request through a proxy?

How to make POST/GET requests through a proxy using JavaScript in a browser (!) I’ll clarify: through a lot of proxies, since requests are planned at a dozen per second and each new request must be sent through its own separate proxy.

The most obvious option for me is to raise my php server and already there accept requests from the browser and forward them where necessary, each time using a new proxy, i.e. the task of proxy alternation here is simply shifted to the server.

However, this option does not suit me, as time will be lost when interacting with my server. Accordingly, I naturally have a question, is it possible using the capabilities of the Chrome API to use multiple proxies inside the browser at once? I would write an extension if I knew where to dig.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2020-05-18
@rPman

As I understand it, you want connections to go from the user side, and even through a proxy, what kind of sophisticated method of hiding activities is this?
Theoretically, this is possible, since an http proxy is a web server to which you need to make a request indicating the desired address in the headers, dig towards XHTTPRequest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question