Hacker News new | ask | show | jobs
by 1qaz2wsx3edc 4579 days ago
More importantly isn't this solved via authentication (basic auth).
1 comments

basic/digest auth doesn't solve this if you've recently used the target site any more than cookies do, because your browser caches the authentication for some time and won't ask you again.

Also, very few web applications use basic auth, most use cookies.