262588213843476 · Gist

@aaronpk

  • Save aaronpk/5744879 to your computer and use it in GitHub Desktop.

Swap out the two URLs (first is source, second is target) then run with curl:

curl -X POST -d @pingback.xml http://example.com/xmlrpc
<?xml version="1.0" encoding="iso-8859-1"?>
<methodCall>
<methodName>pingback.ping</methodName>
<params>
<param>
<value>
<string>http://indiewebcamp.com/comment</string>
</value>
</param>
<param>
<value>
<string>http://aaronparecki.com/replies/2013/03/19/1/indiewebcamp</string>
</value>
</param>
</params>
</methodCall>

Read the original on gist.github.com ↗