12-Feb-2019 10:57
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!
25-Feb-2019 00:34
Use HTTP_RESPONSE_DATA event. Check below link https://devcentral.f5.com/wiki/iRules.HTTP__payload.ashx