Rate limiting is per app per user per route.
My question is are the following 2 requests considered as different routes?
- users/user1
- users/user2
Rate limiting is per app per user per route.
My question is are the following 2 requests considered as different routes?
No, the above routes would come under users/*