Last active
June 18, 2019 15:23
-
-
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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