When send a TrackBack Ping
October 1, 2007
3 comments
The possible parameters in the request content are the following:
- title : The title of the entry. Optional.
- excerpt : An excerpt of the entry. Optional.
- url : The permalink for the entry. Like any permalink, this should point as closely as possible to the actual entry on the HTML page, as it will be used when linking to the entry in question. Required. If a client neglects to send a url, the server MUST respond with an error message.
- blog_name : The name of the weblog to which the entry was posted. Optional.
All parameters is POST format.
To send a ping, the client sends an HTTP POST request to the TrackBack Ping URL.
The client MUST send a Content-Type HTTP header, with the content type set to application/x-www-form-urlencoded.
The client should include the character encoding of the content being sent (title, excerpt, and weblog name) in the charset attribute of the Content-Type header.
Source links
- Official specification
- Trackback Working Group wiki
- What is Trackback? by Tom Coates
- Trackback Validator Plugin for WordPress: Trackback spam blocker
- TrackBackr JS Trackback system with integrated spam blocker
- http://en.wikipedia.org/wiki/Trackback
- http://ko.wikipedia.org/wiki/%ED%8A%B8%EB%9E%99%EB%B0%B1














*Recent Comments