xmlrpc.server.SimpleXMLRPCRequestHandler.rpc_paths

SimpleXMLRPCRequestHandler.rpc_paths

An attribute value that must be a tuple listing valid path portions of the URL for receiving XML-RPC requests. Requests posted to other paths will result in a 404 “no such page” HTTP error. If this tuple is empty, all paths will be considered valid. The default value is ('/', '/RPC2').

doc_python
2016-10-07 17:48:37
Comments
Leave a Comment

Please login to continue.