Idea Summary
This occurs when an application or API does not properly limit the rate at which requests are sent or received by a serve
Use Case
session state is grabbed from url and the same request has been submitted again and again.
Preferred Solution (Optional)
Implement Rate Limiting: Set a maximum number of requests a client can make within a specified time frame.