[GitHub] [apisix] tokers commented on issue #5654: bug: URI encoding issue

2022-05-05 Thread GitBox
tokers commented on issue #5654: URL: https://github.com/apache/apisix/issues/5654#issuecomment-1119169406 > > > cc @spacewander @membphis, do you have any options about this? > > > > > > People want APISIX to use a specific URL escape rule to solve some edge problems, like

[GitHub] [apisix] tokers commented on issue #5654: bug: URI encoding issue

2022-05-04 Thread GitBox
tokers commented on issue #5654: URL: https://github.com/apache/apisix/issues/5654#issuecomment-1117228983 > @tokers Cause APISIX will decode it but the encoding work should be respected cause the APISIX is the middle-man not the final-man. This behavior breaks the client's behavior.

[GitHub] [apisix] tokers commented on issue #5654: bug: URI encoding issue

2022-04-26 Thread GitBox
tokers commented on issue #5654: URL: https://github.com/apache/apisix/issues/5654#issuecomment-1109554406 > > `<` `>` are not reserved characters so they should be decoded, if you want to reserve `%3C` and `%3E`, encoding them twice before sending requests to APISIX. > > That's to say,

[GitHub] [apisix] tokers commented on issue #5654: bug: URI encoding issue

2022-03-29 Thread GitBox
tokers commented on issue #5654: URL: https://github.com/apache/apisix/issues/5654#issuecomment-1082523526 `<` `>` are not reserved characters so they should be decoded, if you want to reserve `%3C` and `%3E`, encoding them twice before sending requests to APISIX. That's to say,

[GitHub] [apisix] tokers commented on issue #5654: bug: URI encoding issue

2021-12-02 Thread GitBox
tokers commented on issue #5654: URL: https://github.com/apache/apisix/issues/5654#issuecomment-985145008 > { "uris": [ "/api/v1/groups/_" ], "name": "by_groupId", "desc": "by group by id", "methods": [ "GET" ], "plugins": { "key-auth": { "disable": false }, "proxy-rewrite": {