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 2020/07/03 23:54:30 UTC

[GitHub] [incubator-apisix] membphis commented on issue #1801: request help: how to rewrite query parameters using proxy-rewrite

membphis commented on issue #1801:
URL: https://github.com/apache/incubator-apisix/issues/1801#issuecomment-653697475


   this should be a bug, we should only encode `uri`.
   
   here is the fake code, welcome PR ^_^
   
   ```lua
   local path, arg = split_uri(uri)
   path = uri_safe_encode(path)
   return path .. arg
   ```


----------------------------------------------------------------
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.

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