Why limits?
Protect verify-license from loops or abusive scripts — especially on high-traffic servers.
Fields
- Rate window (seconds): counting period (for example 60).
- Max requests per window: for example 180 req/min per combination (IP + key).
When 429 happens
Your script should handle rate limits gracefully without immediately stopping the resource — see Troubleshooting.