Forum Discussion

Yugandhar's avatar
Yugandhar
Icon for Nimbostratus rankNimbostratus
7 years ago

To replace Hostname in HTTP Request and HTTP Response

Hi, Can we use the following iRule to replace the hostname in the HTTP Request and HTTP Response. when HTTP_REQUEST{ if { [string tolower [HTTP::host] ] equals "myabc.wxy.com" }{ HTTP::re...