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

trailing slash in URLs #8

Open
chrm opened this issue Aug 1, 2019 · 0 comments
Open

trailing slash in URLs #8

chrm opened this issue Aug 1, 2019 · 0 comments

Comments

@chrm
Copy link

chrm commented Aug 1, 2019

I believe these two URLs are different and should not return the same result. On most servers they point both to the same thing, but that is not the default behavior.

(url-normalize "http://example.org/dir/image")
=> "http://www.example.org/dir/image"
(url-normalize "http://example.org/dir/image/")
=> "http://www.example.org/dir/image"
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