Forum Discussion
gauthj1_343742
Oct 19, 2018Nimbostratus
partial uri replace and keep the query
Hello,
First time poster, and running into something more advanced than I am at this time.
Trying to search and finding many variables with mixed results on my output.
Currently running 11.5.4 ...
cjunior
Oct 19, 2018Nacreous
Hello, Maybe this way?
when HTTP_REQUEST {
if { [HTTP::host] eq "something.com" && [string tolower [HTTP::uri]] starts_with "/rdcadfsrnd/faces/logout?_adf" } {
HTTP::redirect "/ocsso/logout?[string range [HTTP::uri] 29 end]"
}
}
Regards.
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