Forum Discussion
Christopher_Hyl
May 05, 2011Nimbostratus
Hi Aaron,
Many thanks for your insight.
So like this?
when HTTP_REQUEST {
if {[HTTP::header exists "True-Client-IP"]}{
set tcip_header [HTTP::header "True-Client-IP"]
} else { set tcip_header [IP::remote_addr] }
if {[active_members Onlinebrands_http_real_server]}{
persist uie $tcip_header 3600
return
}
}
}