Forum Discussion
Anil_Gupta_01_1
Jun 19, 2014Nimbostratus
iRule for HTTPS Virtual Server without applying http profile
Hi,
We have create the Virtual server for redirection of http to https traffic and https traffic for BMC application and almost successful in achieving the desired result; but since end result w...
Cory_50405
Jun 19, 2014Noctilucent
The default HTTP profile should suffice in most cases. Try this iRule:
when HTTP_REQUEST {
if { [HTTP::uri] eq "/" } {
HTTP::redirect "https://xyz/arsys"
}
}
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