6

The client gzips post body, and I want the nginx decompress post body first, then passes the decompressed content to backend web server.

I can only find the way to compress response to client.

Any solution? Thanks first!

4
  • I am not finding a module, but have you considered using a language such as lua to decompress or write it in c? Commented Jan 8, 2013 at 3:22
  • @chrislovecnm I'm trying to find an existing solution first, if none, I might implement one myself
    – jiluo
    Commented Jan 8, 2013 at 3:46
  • 1
    @aehlke No, I just write one small handler by myself in Java servlet
    – jiluo
    Commented Jul 20, 2013 at 2:48
  • @MartinLuo and I wrote a WSGI middleware :(
    – aehlke
    Commented Jul 23, 2013 at 21:25

0

Browse other questions tagged or ask your own question.