Sunday, 6 September 2020

What is the fastest way to make http POST requests within node?

I've just started using Axios to write a function that sends a POST request with data to a form on another website which will subscribe me to a mailing list when the function is ran. I've got the hang of Axios and am planning to write more functions that do the same thing but to other websites but before i start with that i'd like to know, what is the fastest request library is for node.js?Also is it possible to handle captcha v2 with axios or will i have to use something else?

Submitted September 06, 2020 at 02:42PM by Winner-Popular

No comments:

Post a Comment