Skip to content

Instantly share code, notes, and snippets.

@gustavobgama
Created February 24, 2014 14:32
Show Gist options
  • Save gustavobgama/0d515caa7d924af03a0e to your computer and use it in GitHub Desktop.
Save gustavobgama/0d515caa7d924af03a0e to your computer and use it in GitHub Desktop.
Curls examples
# GET
curl -i -u user:password http://localhost/productimage/create
# POST
curl -i -u user:password --data "param1=value1&param2=value2" http://localhost/productimage/create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment