Is curl something that's not expected to be installed on servers
- by Ieyasu Sawada
Is curl something that's not expected to be installed on servers?
I'm working for a small development shop and 99% of the problems that I'm having is regarding curl. Most of the projects that I'm working on involves calling a web API. Most web API's suggests using curl by default since you have to pass in a POST data in the request. Every time I…