Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access _utils, only _utils/ #9

Open
nfowler opened this issue May 21, 2023 · 0 comments
Open

Cannot access _utils, only _utils/ #9

nfowler opened this issue May 21, 2023 · 0 comments

Comments

@nfowler
Copy link

nfowler commented May 21, 2023

I found that I cannot access the administration interface from _utils. Attempting to navigate to, for instance, example.com/e=_/_utils, would result in the URI being stripped to just example.com/_utils, and being given an "Access denied", meaning it was being caught by the Caddy path handler for all non e=_ access.

I was eventually able to figure out that simply adding an additional / to the URI, such as example.com/e=_/_utils/, would give me access, but I'd be interested to know if this is replicable, and if so, perhaps the documentation should be updated to mention it.

Of note, I am using a native Caddy server, with the headers from the example docker-compose translated into a Caddyfile configuration, as mentioned in #8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant