fun fact: source maps are used by some Tor onion sites ("dark net") as part of a captcha process without using JavaScript. If you present the user with an image, and ask them to click on a particular part of it, the server can recieve exactly where they clicked and validate if that's correct without using JS at all. (JS is a big no-no on Tor hidden network sites)
Today I Rescued 7,234 Old GIFs
21–28 of 28 posts
Re: Today I Rescued 7,234 Old GIFs
#22TIL server side image maps: https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageEl... Supported since forever.
Wow, I remember when server side image maps were the only kind of image map!
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
Re: Today I Rescued 7,234 Old GIFs
#23fun fact: source maps are used by some Tor onion sites ("dark net") as part of a captcha process without using JavaScript. If you present the user with an image, and ask them to click on a particular part of it, the server can recieve exactly where they clicked and validate if that's correct without using JS at all. (JS is a big no-no on Tor hidden network sites)
That actually makes a lot of sense, and it helps me wrap my head around why the technique exists at all. As someone who didn’t get into web programming until 2015 or so, I didn’t quite understand at first the usefulness of this. But for sites like this built in the 90’s it was a totally different world
Re: Today I Rescued 7,234 Old GIFs
#24Re: Today I Rescued 7,234 Old GIFs
#25Earlier quoted context omitted.
Wow, I remember when server side image maps were the only kind of image map!
Really? was also supported since Chrome and Firefox 1. Is ismap older yet? https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
Re: Today I Rescued 7,234 Old GIFs
#26fun fact: source maps are used by some Tor onion sites ("dark net") as part of a captcha process without using JavaScript. If you present the user with an image, and ask them to click on a particular part of it, the server can recieve exactly where they clicked and validate if that's correct without using JS at all. (JS is a big no-no on Tor hidden network sites)
That actually makes a lot of sense, and it helps me wrap my head around why the technique exists at all. As someone who didn’t get into web programming until 2015 or so, I didn’t quite understand at first the usefulness of this. But for sites like this built in the 90’s it was a totally different world
Re: Today I Rescued 7,234 Old GIFs
#27Re: Today I Rescued 7,234 Old GIFs
#28TIL server side image maps: https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageEl... Supported since forever.