For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Vova_1985_18320's avatar
Vova_1985_18320
Icon for Nimbostratus rankNimbostratus
May 28, 2015

iRule based on domain

Hi im looking for a way to accept traffic with * expression, is it possible? when HTTP_REQUEST { if { [string tolower [HTTP::host]] eq "*.example.com*"} { pool $HTTP_pool } el...