DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Test Trackback Using CURL
I've Googled this about 20 times - documenting it here for convenience.
curl -d url=TRACKBACK_URL -d title=TRACKBACK_TITLE -d blog_name=TRACKBACK_BLOG_NAME -d excerpt=TRACKBACK_EXCERPT URL
A correct response:
<?xml version="1.0" encoding="utf-8"?> <response> <error>0</error> </response>





