Forum Discussion
Blue_whale
Apr 11, 2022Cirrocumulus
Need help to understand the irule
Hi experts , I need help to understand the below irule , Why we have 2 condition for the same url , 1 to replace the host and then to redirect to the pool ? VIP url ; https://csk-net-corp.aci.ne...
T-Trust
Apr 13, 2022Cirrostratus
Hi
if {([string tolower [HTTP::host]] equals "csk-net-corp.aci.network")}{
HTTP::header replace Host "csk-net-bw.aci.network"
>> In condition above some server require specific host name, We have to rewrite host name before send to servers
if { [HTTP::path] starts_with "/test/network" } { pool P_CSK_NET_5001
>> in condition above F5 check path that start with "/test/network" and forward to pool P_CSK_NET_5001
I hope this information will help you
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