For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Muhammad_Irfan1's avatar
Nov 06, 2014

Log statement in iRule.

This iRule worked fine before but when i add this log command inside this iRule client does not recieve response and log shows invalid command executed log.

Please Help.

  when HTTP_REQUEST {
  switch -glob [HTTP::uri] {
  "/300MEFPOSTPAIDLive*" {
     pool Tibco-LB-Group3
     HTTP::uri [string range [HTTP::uri] [string first "/" [HTTP::uri] 1] end]
     log 10.50.242.239 local0.info “[IP::client_addr][TCP::client_port]"
  }
  }
  }

8 Replies