Sep 2026 - DevCentral will be set to Read-Only on Sep 14th for a platform update. Details: DevCentral is Evolving.

Forum Discussion

omyam001_299723's avatar
omyam001_299723
Icon for Nimbostratus rankNimbostratus
Dec 08, 2016

insert script 2 point and failed

when HTTP_REQUEST { Disable the stream filter by default STREAM::disable } when HTTP_RESPONSE { Check for text responses if {[HTTP::header value Content-Type] contains "text"} { Replace closing tag with $js STREAM::expression {@@ @ @}

                    STREAM::enable
        }}

but error

2 Replies