Live data from Hacker News

Show HN: UrlRoulette – Pass a URL to the next visitor

urlroulette.net

71–80 of 143 posts

Re: Show HN: UrlRoulette – Pass a URL to the next visitor

#75
post #49

Earlier quoted context omitted.

Their server could trivially query the url and store the result hash. This would also give a chance to scan for malicious content

> Their server could trivially query the url and store the result hash. I'm not sure what you mean here? I've not seen a site tell you "We don't use this query parameter" if you stick an additional param on there.

I think the idea is to detect when different URLs contain the same content. That defends against duplicate entries like example.com/?foo and example.com/?bar (which are the same page).

Re: Show HN: UrlRoulette – Pass a URL to the next visitor

#77

Is this some sort of infosec performance art? This seems extremely inadvisable for users or the person running the site. What if someone posts something illegal in the jurisdiction of the viewer or a link to a site with an embedded exploit?

Is it worse than clicking random links on Reddit, other than maybe you can't see the url first?

Re: Show HN: UrlRoulette – Pass a URL to the next visitor

#78

I tried submitting my personal site, https://dmitri.shuralyov.com , and got: URL seems to be invalid, please try again! I tried with and without scheme, no luck. Is it a bug? My site redirects from http to https for all queries.

They prepopulate a the http, scroll all the way over, it caught me in a similar issue.

Re: Show HN: UrlRoulette – Pass a URL to the next visitor

#80

I tried submitting my personal site, https://dmitri.shuralyov.com , and got: URL seems to be invalid, please try again! I tried with and without scheme, no luck. Is it a bug? My site redirects from http to https for all queries.

They prepopulate a the http, scroll all the way over, it caught me in a similar issue.

I tried without "http://" too, it didn't help.
Post reply on HN