Forum Discussion

Erika_I_Garner's avatar
Erika_I_Garner
Icon for Altostratus rankAltostratus
Feb 12, 2019

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!