07-07-2017 11:42
07-07-2017 11:42
I've been observing requests\responses through Fiddler, and noticed that one of our accounts never seems to have the rate limit decremented, while the other account seems to decrement at the client rate vs the client-viewer rate despite the user token being included in the request header - and then blocks all user-token-based requests once exceeded for any single user.
Both of these observations apply to:
- user/{userid}/profile
- user/{userid}/activities/steps
Both accounts are using the same underlying code which submits the requests using the Authorization Bearer token.
1) Is there possibly a difference in the way the two accounts are setup?
2) Is there a way to work with you to find out which\why requests are affecting our rate limit?
Thanks much, Joan