Created
June 21, 2014 17:39
-
-
Save jage/0a9b861f0acdf65ff880 to your computer and use it in GitHub Desktop.
XML-RPC ping payload for https://github.com/wg/wrk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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