Protect media requests
|
Applies to |
All core roles |
|
Sitecore Installation Framework |
Media requests are not protected by default. |
|
Azure Toolkit |
Media requests are not protected by default. |
The media request protection feature restricts media URLs that contain dynamic image-scaling parameters so that only server-generated requests are processed. This ensures that the server only spends resources and disk space on valid image-scaling requests.
You can make your solution even more secure and use the Sitecore media request protection feature optimally if you patch the Sitecore.Media.RequestProtection.config file.
To optimize the media request protection feature:
-
In the
App_Config\Include\folder, create a patch file named, for example,MediaRequestProtectionSecret.config. -
Insert the following code:
-
Save the patch file.
In a multi-server setup, you must use the same value for the Media.RequestProtection.SharedSecret setting on every server. This ensures that dynamic image scaling works correctly in situations where one server generates the image URL and another handles the request.