Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

141
Views
Does JavaScript fetch() avoid rate limited APIs?

Assuming that a third-party API does not have an API key or any forms of auth, does the JavaScript fetch() method avoid rate limits since it is performed client side?

For instance, suppose there is an API with a rate limit of 100 req/day.

A React + Node application with the Node server getting rate limited means all users will receive errors since the Node server IP is blocked; however, if I make fetch() calls client side, does this bypass rate limits?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

No, the client also it is behind an IP that can be blocked.

about 4 years ago · Juan Pablo Isaza Report

0

It depends entirely on how the rate limiting is applied.

If they limit on a per API key basis then making the requests from different clients on different IP addresses wouldn't make a difference.

If they limit on a per IP address basis, then it would.

100 requests from the same client (or other clients sharing the same Internet-facing IP address) would still hit the limit, of course.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!