Thanks for the response Todd. I got the gzipped payloads to work with curl, up to a point. We have the restExpress.max.payload.size set to 700k on the server, but any POST requests with binary data over ~2.5k seem to have the request blocked, and is not even getting to the controller method.
The restExpress.max.payload.size applies to binary data, too, correct?
Thanks,
Paul