D
D
Dmitry2021-11-29 11:27:42
Laravel
Dmitry, 2021-11-29 11:27:42

Is there a multiple request vulnerability in Laravel?

The Laravel application has a button that checks the user's cart for emptyness, a method of sending data to the Ajax POST server.

Is there a vulnerability that can bypass JS code and send thousands of such requests per second to the server? If so, how can this be avoided by means of the framework?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ipatiev, 2021-11-29
@Fockker

There is, of course
. This is called a DOS attack and protection against it is not done by means of the framework.
Therefore, you should not bother yourself with such questions.

V
Vasily Bannikov, 2021-11-29
@vabka

framework

Easier means of a web server. Or your host.
In the event of a real ddos ​​attack, the rate limit will not save.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question