Forum Discussion
Wasim_Hassan_13
Nimbostratus
Oct 19, 2014SSL Offload, Port redirection
Hi,
I wanted to do the SSL offload one of the oracle application 10g. I want to hide the port in the URl as well as automatically redirection of /html.index
Currently user are opening the ...
Techgeeeg
Nimbostratus
Oct 21, 2014Hi Wasim,
Looking at your requirement I don't see any reason for you to use iAPP you simply need to create an Irule which will redirect the user to "https://cardsselect/enoccards/FMWelcome.jsp" when the request comes to VS with this URL "https://scard/enoccards/login.jsp".
try the below, remember one thing the irule is an event driven programming so your flow can be achieved but you have to map certain even "url" to where you want to redirect it.
when HTTP_REQUEST {
if { [HTTP::uri] eq "/" } {
HTTP::redirect "https://[HTTP::host]/xyz-uri"
}
}
}
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