BTDevelop opened a new issue, #8037:
URL: https://github.com/apache/apisix/issues/8037

   ### Description
   
   "/Api/V1/Table/Categories",
   "/api/V1/Table/categories", 
   "/Api/V1/table/categories",
   "/Api/v1/table/Categories" internal api is also case-insensitive but apisix 
is case-sensitive and these paths don't work.
   
   configuration:
   {
     "uris": [
       "/Api/v1/Table/Categories"
     ],
     "name": "Table.Categories",
     "methods": [
       "GET"
     ],
     "upstream_id": 1,
     "status": 1
   }
   
   "/Api/v1/Table/Categories"
   "/Api/v1/Table/categories" this working?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to