Forum Discussion
gaurav2886_2910
Nimbostratus
Aug 21, 2018I want to Block A URL for my web application when it contains the following parameters
I want to Block A URL for my web application when it contains the following parameters in the URL like
or %3A or $ or %24 please confirm if this can be possible . however i need to make sure my act...
Stanislas_Piro2
Cumulonimbus
Aug 21, 2018try this
when HTTP_REQUEST {
if {[HTTP::query] contains "%3C" | [HTTP::query] contains "\$" | [HTTP::query] contains "%24"} {
HTTP::respond 403 content {Content Rejected}
}
}
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
