Forum Discussion
amolari
Cirrostratus
Jan 29, 2015asm 11.5.1 iRule - customized response page per webapp
I have following iRule
when RULE_INIT {
set asm_redirect 0
}
when ASM_REQUEST_DONE {
set asm_redirect 0
if { [HTTP::uri] starts_with "/abcweb" } {
if { not ([ASM::status] equals "cle...
nathe
Cirrocumulus
Jan 30, 2015Hi Alex, what do you see with a packet capture, or on the client using fiddler/httpwatch/httpfox?
Also, could you try HTTP::redirect instead of HTTP::respond? HTTP::redirect sends a 302 as well so you'd just need:
HTTP::redirect "${protocol}://${host}${path}error?supportid=$asm_support_id"
See if that helps,
N
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