Forum Discussion
Tariq_Sako_9038
Dec 11, 2012Nimbostratus
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 ...
What_Lies_Bene1
Dec 12, 2012Cirrostratus
I'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"
}
}
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