HTTP POST and GET using cURL in Linux [duplicate]

This question already has answers here: How to send a header using a HTTP request through a cURL call?

I have a server application written in ASP.NET on Windows that provides a web service.

How can I call the web service in Linux with cURL?

Leave a Comment