Erika_I_Garner
Feb 12, 2019Altostratus
Change HTTP Profile Response to UnChunk
I need to change the response only when it matches the HTTP status 204, and I want to change the http profile response to unchunk.
I tried the following:
when HTTP_RESPONSE { if { [HTTP::status] == "204" }{ HTTP::payload unchunk HTTP::header remove "Transfer-Encoding" } }
Help!