Http redirection
Problem this snippet solves:
HTTP Redirection
Code :
when HTTP_REQUEST {
if { [active_members [LB::server pool]] == 0 } {
HTTP::redirect "https://public.3.basecamp.com/p/67iXQJ2Aa7AxdnJktXD3uMYy"
}
}Tested this on version:
12.1Published May 08, 2019
Version 1.0No CommentsBe the first to comment