File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,14 @@ For demo tracker the URL would be:
1919
2020 http://localhost:8917/demo/xmlrpc
2121
22+ Enabling XML-RPC server
23+ -----------------------
2224There are two ways to run the XML-RPC interface:
2325
2426 stand alone roundup-xmlrpc-server
2527
26- access via the roundup server
27-
28-
28+ through roundup itself
29+
2930stand alone roundup-xmlrpc-server
3031---------------------------------
3132The Roundup XML-RPC standalone server must be started before remote clients can access the
@@ -38,19 +39,20 @@ location of the tracker instance must be specified.
3839The default port is ``8000``. An alternative port can be specified with the
3940``--port`` switch.
4041
41- accessing via roundup server
42- ----------------------------
42+ through roundup
43+ ---------------
4344In addition to running a stand alone server described above, the
4445XML-RPC service is available from the roundup HTTP server.
4546
4647security consideration
47- ======================
48+ ----------------------
4849Note that the current ``roundup-xmlrpc-server`` implementation does not
4950support SSL. This means that usernames and passwords will be passed in
5051cleartext unless the server is being proxied behind another server (such as
5152Apache or lighttpd) that provide SSL.
5253
53- client API
54+
55+ Client API
5456----------
5557The server currently implements four methods. Each method requires that the
5658user provide a username and password in the HTTP authorization header in order
You can’t perform that action at this time.
0 commit comments