F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Deb_Allen_18's avatar
Deb_Allen_18
Historic F5 Account
Sep 07, 2006

Error on HTTP::header insert

I'm wondering if anyone can shed some light on this error:tmm[1045]: 01220001:3: TCL error: Rule frontend_http - Operation not supported (line 1) invoked from within "HTTP::header insert BIG-IP-PROTOCOL http"

rule frontend_http {
   when HTTP_REQUEST {
      foreach header {BIG-IP-PROTOCOL BIG-IP-PORT BIG-IP-SERVER-NAME} {
         set log 0
         while { [HTTP::header exists $header] } {
            HTTP::header remove $header
            set log 1
         }
         if { $log == 1 } {
            log local0. "Client-inserted header removed: $header  ClientIP: [IP::remote_addr]"
         }
         unset log
      }
      HTTP::header insert BIG-IP-PROTOCOL http
   }
}
Customer is running 9.2.3.

Similar issue seen here on 9.1...

http://devcentral.f5.com/Default.aspx?tabid=28&view=topic&forumid=5&postid=3513

Click here

thanks!

/deb

15 Replies