[Tell PG] Bug in submit

5 points by heroic ↗ HN
If one submits a post with a trailing '/' and then the same URL without the trailing '/' then the post is counted as a different URL.

2 comments

[ 3.3 ms ] story [ 14.4 ms ] thread
Technically, those are different URLs. Often, one redirects to another or serve the same content.
This is pretty well known. If you append additional query term to the end of a URL, same thing happens.