Skip to content

Instantly share code, notes, and snippets.

@achraf-jeday
Last active June 18, 2019 15:23
Show Gist options
  • Save achraf-jeday/d76e156837b040cd3c3141c795096322 to your computer and use it in GitHub Desktop.
Save achraf-jeday/d76e156837b040cd3c3141c795096322 to your computer and use it in GitHub Desktop.
curl --insecure: For development purposes only you can pass the --insecure argument to curl, to skip cert check (self signed certificate).
curl --insecure -X POST -H "Content-Type: application/json" https://front.site-dev.fr:8002/api/login_check -d '{"username":"johndoe","password":"test"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment