Currently Nginx as our reverse-proxy is responsible for compressing HTTP responses to clients to save on bandwidth. This is working for GET requests, however it's not working for POST requests.
For large requisitions (many line items), this can adversely effect requisition initiate.
AC:
GET and POST responses are both compressed.
Responses aren't double-compressed.
Test it on Initiate Requisition screen.