Remove Server Header

From Tech-Wiki
Jump to: navigation, search

Back to iRules

Remove all instances of the Server header

when HTTP_RESPONSE { 
   HTTP::header remove Server 
}