Forum Discussion

JamesRRR_106606's avatar
JamesRRR_106606
Icon for Nimbostratus rankNimbostratus
Aug 31, 2016

HTTP::header redirect not working

Using code below the traffic is not being sent to CSN_UWide_T2.

 

when HTTP_REQUEST { if { [HTTP::header exists "UNCARedirect"] }{ virtual CSN_UWide_T2 } else { virtual CSN_UWide_T1 } } }

 

1 Reply

  • So, you want to move traffic with header information to a different Virtual Server ? Were you able to utilize CURL to check the response ?