tzssangglass commented on issue #5654:
URL: https://github.com/apache/apisix/issues/5654#issuecomment-986250154


   ok, I've had a look around and I don't think it's a bug.
   
   Nginx will escape the `" ", "#", "%", "&", "+", "?"` and the `%00-%1F` and 
`%7F-%FF` to follow rfc3986#section-2.2.
   
   so I recommend not using %3C in the uri.
   
   refer to: https://juejin.cn/post/6844903512485134343#heading-5
   
   cc @tokers 


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