D
D
Dmitry Verkhoumov2016-09-24 13:59:01
Computer networks
Dmitry Verkhoumov, 2016-09-24 13:59:01

How to implement http requests from different ip in Node.js?

The task is to send a large number of http requests to the API of a third-party service through Node.js. This API has limits on the number of requests per hour from one IP, so they need to be changed periodically, but it is better to be able to configure each request separately.
Let's say there is a machine on OVH with several IP addresses.
What are the options for solving this problem?
Help me please! Thanks in advance!
Update #1 : Do I understand correctly that it is enough to use the localAddress parameter for this , after specifying all the available addresses on the network interface of the machine before that?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan, 2016-09-24
@LiguidCool

Use proxy. For example, I used Tor for these purposes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question