Tag Archives: http

Curl command line encoding of query parameters for an HTTP PUT

[Note: I originally posted this problem/solution to Stackoverflow.com] Problem: I have multiple query parameters that I want to send in an HTTP PUT operation using curl. How do I encode the query parameters? Example:

If ‘value 1’ contains spaces … Continue reading

Posted in Unix | Tagged , , , , | Leave a comment