[Devel] Xmlrpc Module

Juha Heinanen jh at tutpro.com
Fri Dec 8 18:40:26 CET 2006


bogdan,

it is funny that abyss does not accept charset in request, but generates
one in its response.  or perhaps it only accepts utf-8 or requires ""
around the value?  according to rfc2616, "" are not needed, for example,

 Media types are defined in section 3.7. An example of the field is

       Content-Type: text/html; charset=ISO-8859-4

-- juha

----------------------------------------------------------------------

Received the following response:

HTTP/1.1 200 OK
Content-type: text/xml; charset="utf-8"
Content-length: 174
Connection: close
Date: Fri, 08 Dec 2006 17:32:56 GMT
Server: ABYSS/0.3

<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param><value><string>  16 &lt;test.fi 0 0 0&gt;
</string></value></param>
</params>
</methodResponse>



More information about the Devel mailing list