Skip to content

Instantly share code, notes, and snippets.

@CheongbinKim
Forked from aaronpk/README.md
Created April 5, 2020 16:44
Show Gist options
  • Save CheongbinKim/bfe0bc2cc0796d3ba2d6f5527b2a5515 to your computer and use it in GitHub Desktop.
Save CheongbinKim/bfe0bc2cc0796d3ba2d6f5527b2a5515 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment