Skip to content

Instantly share code, notes, and snippets.

@natritmeyer
Created July 25, 2013 10:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natritmeyer/6078425 to your computer and use it in GitHub Desktop.
Save natritmeyer/6078425 to your computer and use it in GitHub Desktop.
PUT some XML at a resource using curl
curl -H 'Content-Type:application/xml' -X PUT -d '<?xml version="1.0" encoding="UTF-8" standalone="yes"?><thing></thing>' http://192.168.0.1:8080/some/resource/ --user admin:password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment