Skip to content

Instantly share code, notes, and snippets.

@bowlercaptain
Created September 17, 2015 03:30
Show Gist options
  • Save bowlercaptain/a6e53e27e54920a0ef22 to your computer and use it in GitHub Desktop.
Save bowlercaptain/a6e53e27e54920a0ef22 to your computer and use it in GitHub Desktop.
curl command for successful login
curl -X POST -H "Authorization: Basic dG9hc3Rlcjp6dWd6d2FuZw==" -H "Cache-Control: no-cache" -H "Postman-Token: 0628b46e-9cf5-a0e9-054c-3aed214be070" -H "Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW" -F "mode=auth" -F "username=toaster" -F "password=zugzwang" 'http://superdupergames.org/auth.html'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment