Sep 2026 - DevCentral is currently set to Read-Only (Sep 14th) for a platform update.
For some details see: DevCentral is Evolving.

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...