Forum Discussion

Yugandhar's avatar
Yugandhar
Icon for Nimbostratus rankNimbostratus
Mar 14, 2019

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...