07-30-2019, 04:27 PM
DOS attacks are a persistent problem in any web framework. While there are some things you can do in IW, you will likely need to use external methods as well such as firewalls which help prevent DOS attacks.
The first step is to determine exactly what kind of resources they are trying to access and if possible why. For those prevent sessions from starting.
If your users log in, you can also use a static or non session log in page to filter access.
The first step is to determine exactly what kind of resources they are trying to access and if possible why. For those prevent sessions from starting.
If your users log in, you can also use a static or non session log in page to filter access.

