HTTP Request using cURL for Windows
There’s a variety of ways to perform http request without using your web browser, i.e. using your command prompt. We could use wget for most major Linux distributions, but what about Windows? Recently I’ve found out that cURL might get the job done.
cURL is a command line tool for transferring files with URL syntax. It [...]
Tags: curl


