Skip to main content


Curl is used to transfer data to a server and also for to get data from the server, using one of the supported protocols (HTTP, HTTPS, FTP). With cURL we can do things likes proxy support, user authentication, file uploading, HTTP posting, SSL connections, and many other things. cURL can be used in many different ways. But there are some limitation in cURL call in Node.js and they are as below:


Comments