According to the configuration manual: > Compression is disabled when: > * HTTP status code is not 200
However, many APIs return a 201 response from a post request. What is the rationale for only enabling compression on 200 response codes? Thanks, Jesse

