XML-RPC + SimpleHTTPServer question

Fredrik Lundh fredrik at pythonware.com
Wed Jul 5 15:18:39 EDT 2006


jbrewer wrote:

> Sorry for such a simple question, but how would I do this?  XML-RPC
> runs on top of HTTP, so can I do a POST without running a separate HTTP
> server?

the XML-RPC protocol uses HTTP POST, so if you can handle XML-RPC, you 
should be able to handle any POST request.  what server are you using ?

</F>




More information about the Python-list mailing list