https://www.jouwdomeinnaam.nl/content/images/some/42025/1624397443.7077-12_5.jpg?s=1
The image now remains in its original size, without any adjustments being made.
URL Signing
URL signing allows you to optimize and secure external images by generating a unique signature specific to your images.
1. Receive your unique key from us, such as:
f61739f5a93ddab5da5104cf3bf3367815ab1db7654a8c47e521a5beef7fc
2. Create a SHA256 hash of the image URL combined with your unique key. For example:
echo -n https://externdomein.com/images/logo.png.f61739f5a93ddab5da5104cf3bf3367815ab1db7654a8c47e521a5beef7fc | shasum -a 256
3. Use the generated key in the URL to load the image, like so:
https://uwcdndomein.com/mijnproxy/s/#key#/https://externdomein.com/images/logo.png
This URL can be further extended with the other optimization parameters described above.