Forum Discussion
Clemens_16785
Nimbostratus
Jun 11, 2015irule redirect with wildcards possible?
Hi All
Is there a possibility to configure a Irule for a redirect which contains wildcard?
As example:
https://onlineofferte-test.test.com/(*)
needs to be redirected to
ht...
amolari
Cirrostratus
Jun 11, 2015something like that maybe
when HTTP_REQUEST {
if { [HTTP::host] equals "onlineofferte-test.test.com" } {
HTTP::redirect "https://onlineofferte.test.com/[HTTP::uri]"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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