V
V
Vyacheslav Grachunov2015-09-03 17:11:12
Parsing
Vyacheslav Grachunov, 2015-09-03 17:11:12

How to put node.js app through proxy list?

Subject
There is a parser, but the site bans it for exceeding the number of requests.
The sync-request module is used for synchronous page requests. I did not find anything about proxies in it.
Using a regular request, errors appear when nesting more than two requests ((
How then to put everything through the proxy list?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Karabadzhak, 2015-09-04
@Jakeroid

It's strange that you used the synchronous module. It's nodejs. Joke.
You need to open this module and see what's inside. Most likely you will have to file proxy support yourself.
I looked at this module. It's just a synchronous wrapper over the https://github.com/then/then-request module.
See the source module, maybe there is support for proxies. Or it will need to be washed down.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question