Forum Discussion
Steve_Kelly_126
Nimbostratus
Jan 17, 2013Intercepting crossdomain.xml requests irule works with HTTP but not with HTTPS - please help
Hi
I made an iRule to intercept flash client requests for the crossdomain.xml file, and masked it with another xml. This all works fine with HTTP request, but when trying to add the iRule to ano...
Steve_Kelly_126
Nimbostratus
Jan 22, 2013Here's the iRule (no problem with it being unsecured):
when HTTP_REQUEST {
log local0.info "GOT REQUEST"
set crossdomain {
}
if { [HTTP::path] equals "/crossdomain.xml"} {
log local0.info "CAUGHT CROSSDOMAIN REQUEST"
HTTP::respond 200 content $crossdomain
HTTP::release
} else {
log local0.info "MOVING ON"
return
}
}
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
