Forum Discussion
Ray_Rakib
Nimbostratus
Sep 25, 2019HTTP Header Insertion using LTM
Hi All, I have created an iRule to do HTTP header insertion, as I need to do this to restrict tenant access to Ms Office 365 for our internal users. My understanding is that I need t...
karthik_sriniva
Nimbostratus
Oct 31, 2005Thanks for the information. We are using 9.2. Can you post an example to search and replace two different strings.
This is possible via iRule to send all the traffic log to F5 log folder/file but only disadvantage is will fill log file quickly if application is highly used. This can be checked via F5 CLI.
Add below statement in iRule.
log local0. "requested host path is : [HTTP::host][HTTP::uri]"
# cat ltm | grep 'abc.xxx.com'
Thanks