Never been to DZone Snippets before?

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 (See related posts)

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>

You need to create an account or log in to post comments to this site.


Click here to browse all 4852 code snippets

Related Posts