F5 HTTP response body rewrite

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
   }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-06-06
  • 2022-12-23
  • 2021-12-30
  • 2021-10-13
猜你喜欢
  • 2022-03-06
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案