Forum Discussion
Rusty_Hale_8009
Nimbostratus
Sep 11, 2006Is this possible with an iRule?
if the URL contains the components in the second column below, the URL up to and including the 2nd column's keyword gets rewritten to be the third column. So
http://old.abc.com/OA_HTML/some...
hoolio
Cirrostratus
Nov 06, 2009Hi TRX,
As Joe mentioned, once the SSL has been decrypted on LTM, you can issue a redirect to http or https the same way, regardless of whether the clientside connection was over SSL or clear. This example would redirect all requests to the URL listed:
when HTTP_REQUEST {
Send a 302 redirect to the client
HTTP::redirect "http://www.example.com/new_uri.html"
}
Aaron
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