Closed christiangroth closed 6 years ago
Hi,
we have some issues fetching data from an existing collection when no trailing slash is provided:
curl http://HOST/DB --> HTTP 200 OK curl http://HOST/DB/ --> HTTP 200 OK
curl http://HOST/DB --> HTTP 403 Forbidden curl http://HOST/DB/ --> HTTP 200 OK
For collections it behaves as expected. Maybe we miss something or is this a bug?
Best regards Christian
We've found the root of all evil in our own code extending AccessManager, so we can close this issue. Sorry!
Glad to hear you solved your issue, you are welcome.
Hi,
we have some issues fetching data from an existing collection when no trailing slash is provided:
Expected Behavior
curl http://HOST/DB --> HTTP 200 OK curl http://HOST/DB/ --> HTTP 200 OK
Current Behavior
curl http://HOST/DB --> HTTP 403 Forbidden curl http://HOST/DB/ --> HTTP 200 OK
Environment
Steps to Reproduce
For collections it behaves as expected. Maybe we miss something or is this a bug?
Best regards Christian