Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

142
Visualizações
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 Respostas
Responde à pergunta

0

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

about 4 years ago · Juan Pablo Isaza Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda