Forum Discussion
haxzorian_35595
Nimbostratus
Aug 21, 2012Strange Redirect Behavior
We have a webpage that our technicians use when on customer sites to pair devices. The page itself is just an HTML blob with some CSS and a few java script files that execute when triggered.
If we bring up the website via any device, android or laptop, directly from the site everything works fine. However, when we put it behind the F5 using a redirect iRule. The HTML loads, the CSS loads, but the javascript won't execute.
Is there any reason that an iRule to redirect to a pool wouldn't allow the page to exectue javascript?
iRule is attached.v
- dlg_23340
Cirrus
I've seen javascript fail to load when the page was on https, but the javascript had generated some code that created links back to the site that started with 'http://'. - smp_86112
Cirrostratus
Couple of things come to mind.timing on when HTTP_REQUEST { switch -glob -- [string tolower [HTTP::path]] { "/devicepairingstage*" { pool ianappsstage-pool-https log local0.debug "uri: [HTTP::uri]" log local0.debug "[client_addr] hit devicepairingstage" } "/devicepairing*" { pool ianapps-pool-https log local0.debug "uri: [HTTP::uri]" } } }
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