F5 HTTP response body rewrite
when HTTP_REQUEST { STREAM::disable HTTP::header remove "Accept-Encoding" } when HTTP_RESPONSE { if { [HTTP::header value Content-Type] contains "text"} { STREAM::expression "@http://@https://@" STREAM::enable } }
when HTTP_REQUEST { STREAM::disable HTTP::header remove "Accept-Encoding" } when HTTP_RESPONSE { if { [HTTP::header value Content-Type] contains "text"} { STREAM::expression "@http://@https://@" STREAM::enable } }