Forum Discussion

patrick_osewal1's avatar
patrick_osewal1
Historic F5 Account
Aug 18, 2006

global sanititization ?

Instead of writing a sanitization iRule for each Virtual server is there a global way to use the following sanitization iRule for all virtural servers in a bigip.conf file?

 

 

Web server signature cloaking.

 

 

when HTTP_RESPONSE {

 

 

Remove all but the given headers.

 

 

HTTP::header sanitize Content-Type

 

}

 

 

Thank you in advance