-
Notifications
You must be signed in to change notification settings - Fork 22
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
Host variable not replaced on certain requests #52
Comments
Alright, after some more digging I found out that {http.request.host} variables are not replaced in errors. |
So this is just caddy behavior right? Not a bug in this plugin? |
Hi, I created a PR aiming to fix this issue, could you please take a look at it? Thanks! |
Hi, is this being actively maintained? This PR was open by over 8 months. I get it if you can't maintain it, but please mark it as archived so people can fork this project and maintain it properly if necessary. Thank you for your time. |
I'm thinking of tackling this in a more comprehensive way, since there's about a dozen config variables that need to be resolved in about four different code paths. EDIT: #72 |
Certain requests sent from a Browser are not correctly resolved:
I already ask in the Caddy Community and it was suggested, that the proxy does not replace the {http.request.host} variable on every request: https://caddy.community/t/how-can-i-handle-empty-host-variables/14936
This is my s3proxy configuration:
xcaddy build command:
The text was updated successfully, but these errors were encountered: