Skip to content

Instantly share code, notes, and snippets.

@ahmedissa
Created August 3, 2014 11:40
Show Gist options
  • Save ahmedissa/f198ac6c304d6a3e39e9 to your computer and use it in GitHub Desktop.
Save ahmedissa/f198ac6c304d6a3e39e9 to your computer and use it in GitHub Desktop.
Curl post
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"userid": "mohit", "password":"password"}' http://127.0.0.1:8003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment