Forum Discussion

trevorgermain's avatar
trevorgermain
Advocate I
8 years ago
Solved

Too 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": {...
  • trevorgermain's avatar
    trevorgermain
    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.