Forum Discussion
JoseP1
Nimbostratus
Nov 19, 2021[HTTP::uri] contains "*"
A vulnerability has been detected in the application, and if someone puts the character "*" in the url, it goes where it doesn't have to. we thought about doing a simple redirect, but it doesn't wo...
xuwen
Cumulonimbus
Nov 19, 2021use this code:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
{*[*]*} -
"/" -
"/example1" {
HTTP::redirect "https://[HTTP::host]/blabla"
}
}
}
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
