'Limit request to Xing API
I'm developing an application that requests to get resource from Xing. However, XING will return limit error (403 RATE_LIMIT_EXCEEDED) when I request reach limit. But I cannot find any information about the limitation of XING; such as API Key limitation, token limitation...
Please help me to handle this exception.
Solution 1:[1]
Solution 2:[2]
About the rate limit for Xing dev, check below :
Consumer rate limits:
1200 requests / 60 seconds (Ban time: 1 minute) 30000 requests / 60 minutes (Ban time: 5 minutes) 300000 requests / 24 hours (Ban time: 20 minutes) Note: For test keys the consumer rate limits are equal to the user rate limits (see below).
User rate limits:
120 requests / 60 seconds (Ban time: 1 minute) 1200 requests / 60 minutes (Ban time: 5 minutes) 15000 requests / 24 hours (Ban time: 20 minutes)
For more information , check enter link description here
Solution 3:[3]
Maybe this this page is useful for your reference: https://dev.xing.com/docs/error_responses
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Vi nguyen |
| Solution 2 | Phat H. VU |
| Solution 3 |
