Forum Discussion

tobulos1_310660's avatar
tobulos1_310660
Icon for Nimbostratus rankNimbostratus
Feb 17, 2017

If port 80 then HTTP else HTTPS

Hi! We have an iRule that looks like this: when HTTP_REQUEST { if {[TCP::local_port] == 80 } { pool test-pool } elseif {[TCP::local_port] >= 3000 && [TCP::local_port] <= 3999 } { ...