Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question