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

[stable28] fix(settings): Use axios directly for health check to preven URL sanitizing #45770

Merged
merged 1 commit into from
Jul 3, 2024

Commits on Jul 3, 2024

  1. fix(settings): Use axios directly for health check to preven URL sani…

    …tizing
    
    When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash.
    But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem
    that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    susnux authored and kesselb committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6e52a19 View commit details
    Browse the repository at this point in the history