They still need access to the image - which is no different to you just putting the full image url in the view.
They proxy the image so that they can (for instance) serve lower resolution images for mobile devices
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
What is the name of the technique used by Gmail, when handling images in emails.
The remote images are loaded through a google owned domain, something similar to googleusercontent.com/remote_url=https://remote-domain.tld/image.jpg I need something similar because I'm handling images in the back-office of a laravel app, that are hosted by clients on their servers, but looking at the access.logs generated in those remote web-servers, the full url of the back office page that requested the image is recorded. It looks like a security issue that needs to be addressed and I'm guessing google is doing it for security concerns
Please or to participate in this conversation.