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

disable_redirect_trailing_slash not working as expected #907

Open
samstride opened this issue Jul 15, 2024 · 0 comments
Open

disable_redirect_trailing_slash not working as expected #907

samstride opened this issue Jul 15, 2024 · 0 comments

Comments

@samstride
Copy link

samstride commented Jul 15, 2024

Hi,

KrakenD version: v2.6.3

disable_redirect_trailing_slash is not working as expected.

{
    "version": 3,
    "port": 8080,
    "extra_config": {
        "router": {
            "health_path": "/health",
            "disable_redirect_trailing_slash": true
        }
    }
}

Visiting localhost:8080/health/ is redirecting to localhost:8080/health instead of returning a 404.

Thanks.

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