Graham wrote:
On 4 Nov 2004, at 12:33 pm, Robert Sayre wrote:
It uses a new a verb so you can't screw up the XML on purpose and send requests to random POST handlers. Using a new verb means that the resource actually has to be an Atom error handler.
????
HTTP/1.1 200 OK Content-Type: application/atom+xml Atom-Error: http://example.com/manager/admin <?xml version="1.0" encoding="UTF-8"?> <feed> ... <entry>...</entry>
POST /manager/admin HTTP/1.1
Robert Sayre
