Forum Discussion
Misbah_Ul_Haq_3
Jan 31, 2018Nimbostratus
I am unable to redirect URL on F5 Virtual Appliance please advise
I am unable to redirect URL on F5 Virtual Appliance please advise
I have configured Virtual Server, Pool, Nodes, Monitor, iRule.
ltm virtual SIEBEL_APPLICATION_HTTP_web_http_virtual {
destinat...
Prince_165600
Nimbostratus
Change below line in your irule
if { [string tolower [HTTP::uri]] equals ";; }
to
if { [string tolower [HTTP::host]] equals "siebel.misali.local" } {
Misbah_Ul_Haq_3
Jan 31, 2018Nimbostratus
Hi Prince, No luck. try both type of iRules.
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals ";} {
HTTP::redirect ";
}
}
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