Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question