@lukastribus could you help me with the following. I just want completely remove status description from HTTP response. Here is what I’m trying to do:
http-response set-status 204 reason “”. if is_204
But this code leaving dot in response.
I’ve tried also following:
http-response set-status 204 reason . if is_204
But this leaves default description.