Mercurial > p > roundup > code
diff doc/xmlrpc.txt @ 7611:c3a7b1aa06cf
docs: clarify no login rate limit for roundup-xmlrpc-server
Login rate limit only available for /xmlrpc endpoint not supplied by
roundup-xmlrpc-server endpoint.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 19 Aug 2023 19:14:27 -0400 |
| parents | 273c8c2b5042 |
| children | e34b69d75ff7 |
line wrap: on
line diff
--- a/doc/xmlrpc.txt Thu Aug 17 13:54:01 2023 -0400 +++ b/doc/xmlrpc.txt Sat Aug 19 19:14:27 2023 -0400 @@ -93,7 +93,11 @@ See the `rest documentation <rest.html#rate-limiting-api-failed-logins>`_ for rate limiting failed -logins on the API. The XML-RPC uses the same method as the REST API. +logins on the API. There is no login rate limiting for the standalone +roundup-xmlrpc-server. Login rate limiting is only for the `/xmlrpc`` +endpoint when the Roundup server is used. + +The XML-RPC uses the same method as the REST API. Rate limiting is shared between the XMLRPC and REST APIs. Client API
