Chat Catcher Script Tester

 

This test page will simulate a trackback to your blog from Chat Catcher.  Use it to check the setup of your Chat Catcher script.





A Successful Response will look like this:

<?xml version="1.0" encoding="utf-8"?>
<response>
    <error>0</error>
</
response>


This message means you didn't supply a value in the Trackback Uri or the post wasn't found:

<?xml version="1.0" encoding="utf-8" ?>
<response>
  <error>1</error>
   <message>I really need an ID for this to work.</message>
</response>