Knowledgebase: Trac Questions
How do I access Trac via the XmlRpc plugin?
Posted by - NA - on 22 February 2007 05:25 AM
|
|
The best documentation for the XmlRpc plugin is the trac-hacks page: http://trac-hacks.org/wiki/XmlRpcPlugin RPC client applications wishing to use RPC to interact with Trac should use the authenticated URL: http://wush.net/trac/<username>/login/xmlrpc If you'd like to see the browsable output from XmlRpc to confirm that it is working, visit http://wush.net/trac/<username>/xmlrpc with your web browser. If you find that you're unable to access this URL, use the Trac Administration page (click the Admin button in the Trac bar) and give your user XML_RPC permission. If you think that a proxy or cache configuration is causing problems, use the https scheme instead of http so that the connection will be secure. Caches and proxies are forced to tunnel SSL traffic, this limits the ability of a misconfigured proxy or cache to interfere with your traffic. | |
|
Comments (0)