Forum Discussion
kdruet_49820
Nimbostratus
Feb 15, 2019Filter / rewrite https request
unsure of the best practice to approach this, but - I need to do somthing like this (obviously this doesnt work, its just what I was thinking.
in a nutshell, I dont want the tomcat manager uri to w...
jaikumar_f5
Noctilucent
Feb 15, 2019Here, hope it helps,
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/SecretManagerURL" } {
HTTP::redirect "https://[HTTP::host]"
}
}
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