Skip to content

Instantly share code, notes, and snippets.

@kianryan
Created June 24, 2014 10:06
Show Gist options
  • Save kianryan/9e6e06b361222b728518 to your computer and use it in GitHub Desktop.
Save kianryan/9e6e06b361222b728518 to your computer and use it in GitHub Desktop.
Post XML Payload from Curl
curl -k -X POST -d @filename.xml -H "Content-Type: application/xml" URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment