Forum Discussion
Nams_119859
Nimbostratus
Mar 22, 2013iRule to redirect to versioned url
Hello,
Need help with iRule. Below is an example of what we are trying to accomplish using iRule. We need F5 to redirect an url to the one that has a version number, by inserting the version num...
Nams_119859
Nimbostratus
Apr 04, 2013
when HTTP_REQUEST {
if { [HTTP::host] eq "xservicesdev.abc.com" and \
[matchclass [HTTP::uri] starts_with $::xservicesuri] and \
[HTTP::header exists Authorization] and \
[HTTP::header exists Version] } {
HTTP::redirect "http://[HTTP::host]/[HTTP::header Version][HTTP::uri]"
}
}
Thank you. With your help I was able to create the above iRule. This line - [matchclass [HTTP::uri] starts_with $::xservicesuri] checks if the uri starts with some specific service domains (xservicesuri is a list of those names) , this is instead of checking every uri, as we have too many. But this will also require change to the iRule everytime I have new domains. In order to avoid this I would like to check for the uri to "not start with" a version, so something like - not [matchclass [HTTP::uri] starts_with [HTTP::header Version]] but that didnt work. I tried both below:
not [matchclass [HTTP::uri] starts_with $::xservicesuri]
[matchclass [HTTP::uri] not starts_with $::xservicesuri]
Would appreciate any suggestions?
Thank you.
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