Skip to content

Instantly share code, notes, and snippets.

@jage
Created June 21, 2014 17:39
Show Gist options
  • Save jage/0a9b861f0acdf65ff880 to your computer and use it in GitHub Desktop.
Save jage/0a9b861f0acdf65ff880 to your computer and use it in GitHub Desktop.
XML-RPC ping payload for https://github.com/wg/wrk
wrk.method = "POST"
wrk.body = "<?xml version=\"1.0\"?><methodCall><methodName>weblogUpdates.ping</methodName><params><param><value>Twingly Blog</value></param></params></methodCall>"
wrk.headers["Content-Type"] = "text/xml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment