Re: [PyCS-devel] Some trackback client send pings using HTTP GET
Status: Alpha
Brought to you by:
myelin
|
From: Georg B. <gb...@mu...> - 2004-02-10 18:34:40
|
Hi! > For example, latest version of Movable Type still uses HTTP GET to > send pings. This is so stupid. They check wether there is a query string in the URL to ping to and if yes, they use GET. This is so stupid. Of course one can freely mix POST data and query strings. One is part of the URI and the other is payload of the request. > I made a path for PyCS to receive trackback pings which is sent using > HTTP GET. Committed to CVS. You should send your patches as attachements, though, as that would prevent line breaking issues :-) bye, Georg |