Skip to content

Instantly share code, notes, and snippets.

@kogcyc
Created October 4, 2013 19:10
Show Gist options
  • Save kogcyc/6831093 to your computer and use it in GitHub Desktop.
Save kogcyc/6831093 to your computer and use it in GitHub Desktop.
how to POST to a DIGEST authenticated url
curl --digest -u admin:pass http://localhost/~matt/exampleDIGEST.php --data "stff=hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment