pathetic icon indicating copy to clipboard operation
pathetic copied to clipboard

trailing slash in URLs

Open chrm opened this issue 5 years ago • 0 comments

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"

chrm avatar Aug 01 '19 14:08 chrm