I am new to web development; this may be a very stupid question to ask you but I have lost 1-2 days trying to resolve this problem by trying multiple solutions (Internet search).
I have a regular HTML page with an image (just regular <img />
HTML tags) which is loading from a URL. That URL always gives me a new image (due to website security reasons). I want to show that image anywhere else so I'd like to get its content, base64 encoded preferably, without the need to re-download the image (i.e. it's already loaded by the browser, so now I want the content).
How can I achieve this?