Forum Discussion
Gustavo_Lazarte
Nimbostratus
Feb 17, 2009infinite url request
In a security audit we have find out that our webservers are receiving infinite URL requests like HTTP://xx.xx.xx.xx/YYYYYYYYYYYY..YYY. Is there a way put a limit in the URL requests?
Thanks
- hwidjaja_37598
Altostratus
What if you reject it when the length of URI more than n chars, eg.when HTTP_REQUEST { if {[string length [HTTP::uri]] > 30} { reject } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects