G
G
Glory2021-03-01 00:22:18
Laravel
Glory, 2021-03-01 00:22:18

How to remove the limit on the number of requests per minute in laravel?

we have a site built in nuxt and accessing a backend written in laravel. laravel considers that each request that came from the nuxt frontend is the same ip address (external ip of this server) and blocks if there are a large number of visitors. As soon as attendance drops, it starts working again.
Error 429 is issued

how to remove this restriction or add an ip address to the list of trusted ones?

while digging towards middleware throttle and TrustHosts.

Help remove the restriction.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Leonid, 2021-03-01
@caballero

lavarel do not care how many requests. it is somewhere in the system that is written on it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question