You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/17 12:09:40 UTC

[GitHub] [apisix] bzp2010 commented on pull request #5537: chore: check the error from get_post_args

bzp2010 commented on pull request #5537:
URL: https://github.com/apache/apisix/pull/5537#issuecomment-971519671


   As far as I know `ngx.req.get_post_args` only supports form submissions using `x-www-form-urlencoded`, not for `form-data` and `json` etc. When the request is for the latter two cases, it will be recognized directly as a string or this (eg. `{"{\"a\":\"a\"}":true}`). 
   
   Do we have to do this test?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org