keilon commented on issue #12623:
URL: https://github.com/apache/apisix/issues/12623#issuecomment-3318078529

   Hi @Baoyuantop, I tried using APISIX to proxy GitLab's API. According to the 
GitLab API documentation, path variable can be used with URL-encoded strings as 
[here](https://docs.gitlab.com/api/rest/#namespaced-paths) said. If 
`use_real_request_uri_unsafe` is not enabled, when request url is 
`/api/v4/projects/diaspora%2Fdiaspora` and it will be transformed into 
`/api/v4/projects/diaspora/diaspora` , then the upstream server will return a 
404 error.


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