Forum Discussion
Patrick_Mullane
Nimbostratus
Aug 22, 2013iRule won't Execute on HTTPS Virtual
I have created the following simple iRule to append additional URI information when it's ommitted.
when HTTP_REQUEST {
if { ([HTTP::uri] == "/") } {
HTTP::uri /D3VSOC/
}
}
...
Kevin_Stewart
Employee
Aug 22, 2013Try this:
when HTTP_REQUEST {
log local0. "URI = [HTTP::uri]"
if { [HTTP::uri] equals "/" } {
HTTP::uri "/D3VSOC/"
}
}
Tail the /var/log/ltm log to see what the iRule is doing.
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