Re: Online API

2020-12-07 Thread Request X via curl-library
bcurl and do the equivalent for that module. You get a 403 > forbidden error. This is what I mean. There are some differences that I do > not know of, and I think that an online api would really help. > > > node-libcurl author here, feel free to open an issue in the repository ( >

Re: Online API

2020-12-05 Thread Jonathan Cardoso via curl-library
are some differences that I do not know of, and I think that an online api would really help. node-libcurl author here, feel free to open an issue in the repository (https://github.com/JCMais/node-libcurl) if you are having any issues with the library, please also provide a sample code that can

Re: Online API

2020-12-04 Thread Daniel Stenberg via curl-library
and I think that an online api would really help. What is "an online api" ? -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | h

Online API

2020-12-04 Thread Request X via curl-library
mean. There are some differences that I do not know of, and I think that an online api would really help. On Friday, December 4, 2020, Daniel Stenberg wrote: > On Fri, 4 Dec 2020, Request X via curl-library wrote: > > I code in node.js and recently wanted to use cURL in a node.js environm

Re: Online API

2020-12-04 Thread Daniel Stenberg via curl-library
On Fri, 4 Dec 2020, Request X via curl-library wrote: I code in node.js and recently wanted to use cURL in a node.js environment. I noticed that while there are some modules that say they are cURL, most are not actually based on curl https://www.npmjs.com/package/node-libcurl This seems like

Re: Online API

2020-12-04 Thread Tomalak Geret'kal via curl-library
On 04/12/2020 18:21, Request X via curl-library wrote: > Hello cURL subscribers, > I code in node.js and recently wanted to use cURL in a > node.js environment. I noticed that while there are some > modules that say they are cURL, most are not actually > based on curl, which sometimes results in cU

Online API

2020-12-04 Thread Request X via curl-library
Hello cURL subscribers, I code in node.js and recently wanted to use cURL in a node.js environment. I noticed that while there are some modules that say they are cURL, most are not actually based on curl, which sometimes results in cURL not getting blocked, while the nodejs version gets blocked. I