ngx.req.get_post_args Issue

agentzh agentzh at gmail.com
Sun Nov 6 02:38:53 UTC 2011


On Sun, Nov 6, 2011 at 12:04 AM, Nginx User <nginx at nginxuser.net> wrote:
> [alert] 17670#0: *1 Alert:- app_itemId ::: 470
> ------WebKitFormBoundary3c6CizwarDCoyCst
> Content-Disposition: form-data; name="app_formUrl"
>
> //?app_view=core.ItemAdmin 470
> ------WebKitFormBoundary3c6CizwarDCoyCst
> Content-Disposition: form-data; name="app_authToken"
>

Multipart form format is not supported in ngx.req.get_post_args. Only
urlencoded format is supported for now. I'll make this clear in the
documentation.

Regards,
-agentzh



More information about the nginx mailing list