Forum Discussion
CraigM_17826
Altocumulus
Oct 03, 2007Odd behaviour with WebSphere Portal
Hi everyone,
we are experiencing some odd behaviour with some embeded javascript (WebTrends log code) on our WebSphere portal. We are fairly sure it is being caused by the BigIP because if w...
Chris_Miller
Altostratus
Nov 01, 2010Posted By Rich on 11/01/2010 05:08 AM
Craig,
I'm having the exact same issue. Besides getting the Cert have you gotten the Irule to exclude the javascript?
Thx
-Rich
Rich - it's easy enough to adjust the iRule so it won't redirect certain requests. You basically just need something like this:
when HTTP_REQUEST {
if { !([HTTP::uri] eq "/pathtoexclude}) {
HTTP::redirect "https://[HTTP::host][HTTP::uri]" } }
Make sense?
If you have a ton of requests you want to exclude, I'd suggest using a string type data group...I find those easier to read than a long list of "or" statements but others might suggest something else.
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