in reply to Net::Trackback question

Hi,

From trackback

TrackBack uses a REST model, where requests are made through standard HTTP calls. To send a TrackBack ping, the client makes a standard HTTP request to the server, and receives a response in a simple XML format (see below for more details).

Do you have a trackback server running? The 405 seems to indicate you don't...

--
if ( 1 ) { $postman->ring() for (1..2); }

Replies are listed 'Best First'.
Re^2: Net::Trackback question
by InfiniteSilence (Curate) on Sep 12, 2005 at 14:25 UTC
    There really isn't a 'trackback server' if you read the specification...this stuff runs via standard HTTP servers. A trackback is just a way to notify a particular posting on one blog that you wrote something about it in another using good old HTTP POST.

    Now, are you using the 1.01 version of this module? According to the CPAN Testers something was wrong with 1.0 for Windows.

    Celebrate Intellectual Diversity

      Hi Infinite,

      I am running v1.01, didn't find ppm, but I did Makefile/nmake test/nmake install, and it should works - no errors. I'd like to know, if somebody can test this piece of code on *nix, or send me what I do wrong (replace my url with existing one, doesn't matter which), also using other XML-RPC trackback url, here is list I've found: here.

      I have no idea why it is not working, also I thought about ethereal to capture http communication, but it is a bit difficult here :) Thanks for all replies/ideas.