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 2022/03/30 01:28:57 UTC

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

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, using `%253C%0A` and `%253E%0A`.


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