Search found 1 match
- 01 Dec 2021, 10:01
- Forum: Suggestions (csf)
- Topic: Blocking for too many "400 BAD REQUEST" Status
- Replies: 0
- Views: 6361
Blocking for too many "400 BAD REQUEST" Status
It has become standard to block bad API calls with a 400 status. With MVP architecture so prominent on the web, it has become commonplace to build everything as an API (for AJAX to serve the front end of a website). Our API endpoints, especially login endpoints, constantly get bombarded with SQL inj...