spacewander commented on pull request #6314: URL: https://github.com/apache/apisix/pull/6314#issuecomment-1041525681
AFAIK, the `ngx.req.get_uri_args` only returns two level table at most. > Multiple occurrences of an argument key will result in a table value holding all the values for that key in order. https://github.com/openresty/lua-nginx-module#ngxreqget_uri_args Here is the source: https://github.com/openresty/lua-resty-core/blob/97d2e5e08d9ddf328e33d2b5f1710a9ce3d8bbd0/lib/resty/core/request.lua#L237 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
