F5 往header加入客户端的ip

阅读 51

2023-04-11

when HTTP_RESPONSE {
if {[HTTP::is_redirect]}{         
HTTP::header replace Location [string map {:port/ /} [HTTP::header value Location]]
HTTP::header replace Location [string map {:port/ /} [HTTP::header value Location]]
}
}

when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/上下文" } {
    pool 池名称 
  }
 set http_header [HTTP::header X-Forwarded-For]
log local0. "$http_header"
}

精彩评论(0)

0 0 举报