Skip to content

Commit 59d8e42

Browse files
committed
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.
1 parent 782dfb1 commit 59d8e42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/xmlrpc.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ Rate Limiting Failed Logins
9393

9494
See the `rest documentation
9595
<rest.html#rate-limiting-api-failed-logins>`_ for rate limiting failed
96-
logins on the API. The XML-RPC uses the same method as the REST API.
96+
logins on the API. There is no login rate limiting for the standalone
97+
roundup-xmlrpc-server. Login rate limiting is only for the `/xmlrpc``
98+
endpoint when the Roundup server is used.
99+
100+
The XML-RPC uses the same method as the REST API.
97101
Rate limiting is shared between the XMLRPC and REST APIs.
98102

99103
Client API

0 commit comments

Comments
 (0)