Forum Discussion
fcicala_29180
Nimbostratus
Jan 14, 2010http to https redirect with exceptions
Hello I am very new to iRules and just inherited a farm of 9.x F5.
I see that my predecessor is performing this task using the following iRule:
when HTTP_RESPONSE {
...
hoolio
Cirrostratus
Jan 14, 2010Hi,
That iRule is using a stream profile to replace instances of http: with https: in text-type response content. If you need to make it more specific, you can possibly use a regex or the STREAM_MATCHED and STREAM::match command.
If you'd like more detailed suggestions can you post a few examples of links you do and don't want rewritten?
Here are a few wiki pages with examples:
You might be able to tweak the find string of http: using a regex
http://devcentral.f5.com/Wiki/default.aspx/iRules/STREAM__expression.html
Or you could use the existing stream expression, but then add logic to the STREAM_MATCHED event to only rewrite the specific matches you want to using STREAM::replace.
http://devcentral.f5.com/Wiki/default.aspx/iRules/STREAM_MATCHED
http://devcentral.f5.com/Wiki/default.aspx/iRules/STREAM__replace
Aaron
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