Introducing Nginx Guts blog
agentzh
agentzh at gmail.com
Sat Jan 22 08:14:15 MSK 2011
On Fri, Jan 21, 2011 at 8:58 PM, Ranier <ranier at cultura.com.br> wrote:
> But the most surprising is lack of core support for POST FIELDS?
> With apache is easy get values of POST FIELDS, but still with nginx is
> necessary one or more modules!
>
Have you checked the ngx_form_input module?
http://github.com/calio/form-input-nginx-module
With this module, it's easy to manipulate those "POST FIELDS" ;)
It's also possible to do this in Lua in ngx_lua :)
Cheers,
-agentzh
More information about the nginx-devel
mailing list