Forum Discussion
iRule HTTP Response
Dear All,
i have a problem on my F5 box! hope that you can help me with it please, when i browse to my server https, the server responds to me with http! and nothing there to display.. so i add (s) on every request and it works fine.. if i browsed to the node IP directly without the VS, everything works fine, note that i'm using a custom port (2012) so my setup is like this
VS 10.1.1.1:2012 (client side SSL - iRule for URL) - Pool-2012 - Nodes
i have an irule for the URL to use a short version, so when i request (https://www.mywebsite:2012/) the F5 translates it to (https://mywebsite:2012/login.jsp)
can you please help me solve this issue
- natheCirrocumulusI wonder if Redirect Rewrite will help here.
- Tariq_Sako_9038Nimbostratusthanks a lot for your kind help, i'm testing the solution provided in the link, it is very similar to the problem im facing, i will let you know
- Tariq_Sako_9038Nimbostratusfirst of all, thanks a lot Nathan, the link you advice solved half of the problem which is great!! now i need to fix the other half
- What_Lies_Bene1CirrostratusI'd suggest a redirect would be better here;
when HTTP_REQUEST { if { [HTTP::uri] equals "/" } { HTTP::redirect "https://[HTTP::host]/sakosat/faces/pages/login.jsp" } }
- Tariq_Sako_9038Nimbostratusthanks a lot steve, what you provided is working great.. thanks all for your great efforts. appreciate your time and efforts..
- What_Lies_Bene1CirrostratusYou're welcome, I'm glad it's working.
Recent Discussions
Related Content
* 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