Forum Discussion
Juanma_47808
Nimbostratus
Mar 30, 2008Java script redirection problem
Hello,
I am trying to set up a BigIP LTM to load balance a https service. There is an upload page in the WEB that uses a java script that changes the URL client from:
h...
When using a stream profile, it's a good idea to configure it with an iRule so that the stream filter is only applied when you intend it. Here is an example:
when HTTP_RESPONSE {
Disable the stream filter by default
STREAM::disable
if {[HTTP::header value Content-Type] starts_with "text"} {
Replace the modified domain with the original
STREAM::expression "@realserver.mydomain.com@virtualserver.mydomain.com@"
Enable the stream filter for this response only
STREAM::enable
}
}
Aaron
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