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-unsubscr...@apisix.apache.org

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


Reply via email to