Constant 403 Rate-Limiting on REST API (/v1/playersTable) & Registration Link 404
#4816
Closed
msncakma
started this conversation in
APIs and Development
Replies: 1 comment
|
Registration requires HTTPS https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up Rate limit is 30 requests to the same endpoint within 120 seconds. There is a cache that prevents new data from being queried if the data is too new (<1 minute old) so querying this endpoint more than twice per minute does not make sense. I will not give further answers since your question was generated by AI. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
I am developing an external web app/service that fetches metrics from the Plan REST API (
/v1/playersTable). However, the service constantly gets throttled with a403 Forbidden: You are being rate-limitedresponse.Additionally, I am unable to obtain or generate an API token to authenticate requests:
/plan register(or/register) in-game generates a link that returns a 404 Not Found error in the browser.Error Log
Steps to Reproduce
[http://127.0.0.1:22333/v1/playersTable](http://127.0.0.1:22333/v1/playersTable)via an external Node.js backend.403 Forbidden (You are being rate-limited)after initial requests.Questions / Expected Behavior
127.0.0.1)?/plan registerlink return a 404, and how can the registration endpoint be accessed properly?Environment Details
127.0.0.1:22333)All reactions