Skip to content

Commit 1cd49a8

Browse files
committed
doc/xmlrpc: Fix headers
1 parent a443e16 commit 1cd49a8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

doc/xmlrpc.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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+
-----------------------
2224
There 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+
2930
stand alone roundup-xmlrpc-server
3031
---------------------------------
3132
The 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.
3839
The 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+
---------------
4344
In addition to running a stand alone server described above, the
4445
XML-RPC service is available from the roundup HTTP server.
4546

4647
security consideration
47-
======================
48+
----------------------
4849
Note that the current ``roundup-xmlrpc-server`` implementation does not
4950
support SSL. This means that usernames and passwords will be passed in
5051
cleartext unless the server is being proxied behind another server (such as
5152
Apache or lighttpd) that provide SSL.
5253

53-
client API
54+
55+
Client API
5456
----------
5557
The server currently implements four methods. Each method requires that the
5658
user provide a username and password in the HTTP authorization header in order

0 commit comments

Comments
 (0)