Forum Discussion

Fincke's avatar
Fincke
Icon for Nimbostratus rankNimbostratus
Mar 04, 2020

remove http::header

I have tryed to make an iRule, witch shoul remove some http::headers in the responce.   when HTTP_RESPONSE {   foreach header {"P3P" "p3p" "Server"} {     HTTP::header remove $header   } } ...