[Devel] Xmlrpc Module
Juha Heinanen
jh at tutpro.com
Fri Dec 8 12:29:45 CET 2006
Bogdan-Andrei Iancu writes:
> the requested URL is not correct. Must be like:
>
> POST /RPC2 HTTP/1.0
bogdan,
i don't find that kind of requirement in xmlrpc spec:
Header requirements
The format of the URI in the first line of the header is not
specified. For example, it could be empty, a single slash, if the server
is only handling XML-RPC calls. However, if the server is handling a mix
of incoming HTTP requests, we allow the URI to help route the request to
the code that handles XML-RPC requests. (In the example, the URI is
/RPC2, telling the server to route the request to the "RPC2" responder.)
since openser server at this port is only handling xmlrpc requests,
could you please relax the header check. i have been using this php
xmlrpc client library for many years and so far haven't had any problems
with any server.
-- juha
More information about the Devel
mailing list