Forum Discussion
trevorgermain
Advocate I
8 years agoToo many requests in Web.Contents. Can I share a request?
Hi, I am querying a web api using Web.Contents in a loop to get paged data. The Api has a throttled request limit of 300 requests per 10 minutes. {
"results": {
"timesheets": {...
- 8 years ago
I ended up writing a web api as an intermediary that caches responses in a Redis cache. It seems to work really well for this scenario.
trevorgermain
Advocate I
8 years agoI ended up writing a web api as an intermediary that caches responses in a Redis cache. It seems to work really well for this scenario.
v-ljerr-msft
Microsoft Employee
8 years agoHi trevorgermain,
Great to hear the problem got resolved! Could you accept your reply above as solution to close this thread(which could also help others who have similar issue easily find the answer)? :smileyhappy:
Regards