Forum Discussion
Brantly_Perry_1
Nimbostratus
Sep 03, 2008Redirect only parially working...
Hello, I'm new to this forum, and also new to iRules. Just wanted to run a rule by some of you more seasoned iRule experts.
when HTTP_REQUEST {
if { [HTTP::path] eq "/" }{
...
Brantly_Perry_1
Nimbostratus
Sep 08, 2008Hi Aaron. I started logging on my DMZ facing BigIP and received a similar error:
Sep 8 13:21:14 tmm tmm[1756]: 01010005:3: Profile Production-Mynurseonline-http, compress_uri_includes error - Operation not supported. Multiple redirect/respond invocations not allowed (line 1) invoked from within "HTTP::redirect "https://www.mynurseonline.com/member/""
Sep 8 13:21:14 tmm tmm[1756]: 01010005:3: Profile Production-Mynurseonline-http, compress_uri_includes error - Operation not supported. Multiple redirect/respond invocations not allowed (line 1) invoked from within "HTTP::redirect "https://www.mynurseonline.com/member/""
Sep 8 13:21:14 tmm tmm[1756]: 01010005:3: Profile Production-Mynurseonline-http, compress_uri_excludes error - Operation not supported. Multiple redirect/respond invocations not allowed (line 1) invoked from within "HTTP::redirect "https://www.mynurseonline.com/member/""
Sep 8 13:21:14 tmm tmm[1756]: 01010005:3: Profile Production-Mynurseonline-http, compress_uri_excludes error - Operation not supported. Multiple redirect/respond invocations not allowed (line 1) invoked from within "HTTP::redirect "https://www.mynurseonline.com/member/""
Here is a copy of the other irule I have associated with that VIP
when HTTP_REQUEST {
if {[HTTP::uri] contains "eb-member-earAdmin"} {
HTTP::respond 404 content "RESOURCE NOT FOUND"
}
}
!
!
!
!
The previous message came off the internet facing BigIP. This VIP had the following other irule associated with it:
when HTTP_REQUEST {
HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri]
}
Thanks so much for your time!
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