comparison doc/xmlrpc.txt @ 7498:924b07252412

Fix verb agreement, reword.
author John Rouillard <rouilj@ieee.org>
date Sun, 18 Jun 2023 11:13:31 -0400
parents db58a86aa29d
children 273c8c2b5042
comparison
equal deleted inserted replaced
7497:dcf37ca1a47d 7498:924b07252412
81 You may wish to use the rest interface which doesn't have the same 81 You may wish to use the rest interface which doesn't have the same
82 issues. Patches with tests to roundup to use defusedxml are welcome. 82 issues. Patches with tests to roundup to use defusedxml are welcome.
83 83
84 .. caution:: 84 .. caution::
85 85
86 The current ``roundup-xmlrpc-server`` implementation does not support 86 The current standalone ``roundup-xmlrpc-server`` implementation
87 SSL. This means that usernames and passwords will be passed in 87 does not support SSL. This means that usernames and passwords will
88 cleartext unless the server is being proxied behind another server 88 be passed in cleartext unless the server is proxied behind
89 (such as Apache or lighttpd) that provide SSL. 89 another server (such as Apache or lighttpd) that provides SSL.
90 90
91 Client API 91 Client API
92 ========== 92 ==========
93 The server currently implements seven methods/commands. Each method 93 The server currently implements seven methods/commands. Each method
94 requires that the user provide a username and password in the HTTP 94 requires that the user provide a username and password in the HTTP

Roundup Issue Tracker: http://roundup-tracker.org/