Re: HTTP HEAD and docxmlrpcserver

2009-05-14 Thread Christopher Mahan
On Thu, May 14, 2009 at 12:13 AM, Gabriel Genellina wrote: > En Mon, 11 May 2009 04:23:29 -0300, Christopher Mahan < > [email protected]> escribió: > > I have a docxmlrpcserver install (kissws.com) that's returning HTTP code >> 501 >> when the client makes a HEAD request. >> >> Any idea as to

Re: HTTP HEAD and docxmlrpcserver

2009-05-14 Thread Gabriel Genellina
En Mon, 11 May 2009 04:23:29 -0300, Christopher Mahan escribió: I have a docxmlrpcserver install (kissws.com) that's returning HTTP code 501 when the client makes a HEAD request. Any idea as to whether that's by design? Yes. The XMLRPC spec defines only the POST request; DocXMLRPCServer