Forum Discussion
Ski_Kacoroski_2
Nimbostratus
Apr 04, 2017Redirect and forward for LTM policies v12.2
My app has this logon URL (http://kronosF5.nsd.org/wfc/applications/wtk/html/ess/logon.jsp. I have a redirect set up as a irule and also as a LTM policy, but what I really want is to forward all the...
Andreas_Dahlber
Nimbostratus
Aug 16, 2019Did you solve this problem?
For your forwarding, it should be possible with an irule;
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" or [HTTP::uri] equals "" }{
HTTP::redirect https://[HTTP::host]/<new URI>/
}
}I am into configuring our F5 to do SSL offload to a Kronos application server. We have the problem that Kronos replies http:// links back to the client, which should be https..
Problem is that i think the links are embedded in the application, and not a HTTP Location header that we could rewrite.
Thought of asking if you also dumped into this issue?
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