We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782dfb1 commit 59d8e42Copy full SHA for 59d8e42
doc/xmlrpc.txt
@@ -93,7 +93,11 @@ Rate Limiting Failed Logins
93
94
See the `rest documentation
95
<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.
+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.
101
Rate limiting is shared between the XMLRPC and REST APIs.
102
103
Client API
0 commit comments