Forum Discussion

ciscoguy69_1623's avatar
ciscoguy69_1623
Icon for Nimbostratus rankNimbostratus
Dec 04, 2013

Contains vs starts_with behavior

In 11.x code, when the following is used, the LTM responds with a 504. when HTTP_RESPONSE { if {[HTTP::status] contains "5"} { HTTP::redirect "/client-error.html" } }   If contains is replaced...