Skip to content

Instantly share code, notes, and snippets.

@idkjs
Forked from creativepsyco/post-curl
Created November 10, 2016 10:14
Show Gist options
  • Save idkjs/d5af5a9a1c885087a351fe6de9b75c17 to your computer and use it in GitHub Desktop.
Save idkjs/d5af5a9a1c885087a351fe6de9b75c17 to your computer and use it in GitHub Desktop.
POST request Via CURL in MAC OS X
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"userid": "mohit", "password":"password"}' http://mmedwebdemo.ddns.comp.nus.edu.sg:8080/comp.nuhs.jaxb/api/usr/login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment