ImageResizer.Plugins.RemoteReader 3.0.11

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package ImageResizer.Plugins.RemoteReader --version 3.0.11
                    
NuGet\Install-Package ImageResizer.Plugins.RemoteReader -Version 3.0.11
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ImageResizer.Plugins.RemoteReader" Version="3.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ImageResizer.Plugins.RemoteReader" Version="3.0.11" />
                    
Directory.Packages.props
<PackageReference Include="ImageResizer.Plugins.RemoteReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ImageResizer.Plugins.RemoteReader --version 3.0.11
                    
#r "nuget: ImageResizer.Plugins.RemoteReader, 3.0.11"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ImageResizer.Plugins.RemoteReader@3.0.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ImageResizer.Plugins.RemoteReader&version=3.0.11
                    
Install as a Cake Addin
#tool nuget:?package=ImageResizer.Plugins.RemoteReader&version=3.0.11
                    
Install as a Cake Tool

The RemoteReader plugin allows the ImageResizer to resize and display images that are located at arbitrary URLs. Kind of like a resizing relay.

There are 3 layers of security to prevent abuse.

1. The API signs the remote url with HMAC SHA-256 to prevent anyone from tampering or generating them without access to the signing key.
2. A whitelist approach is taken to sites. By default, no sites are allowed. You must handle the RemoteReaderPlugin.Current.AllowRemoteRequest event to permit sites (or portions of sites) to be relayed.
4. The  plugin requires that all remote images be decoded and re-encoded. Files are never returned as-is. This ensures that the files are valid images, and prevents XSS attacks.

Please note, you must configure the <remotereader signingKey="to a long and secure pass phrase" /> and set <remotereader allowAllSignedRequests="true" /> if all code calling RemoteReaderPlugin.Current.CreateSignedUrl(remoteUrl,settings) is trusted.
Visit http://imageresizing.net/ for details, documenation, and free support.
E-mail support@imageresizing.net if you encounter any problems with the software.
The documentation for this plugin resides at http://imageresizing.net/plugins/remotereader

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.1.0-rc01 134 6/26/2025
5.0.13-preview09 293 9/30/2023
5.0.11-preview08 406 12/23/2022
5.0.10-preview07 448 11/17/2022
5.0.9-preview06 446 11/4/2022
5.0.8-preview05 398 11/4/2022
5.0.7-preview-04 416 10/14/2022
5.0.6-preview03 430 10/14/2022
5.0.5-preview02 406 9/29/2022
5.0.4-preview01 473 8/26/2022
5.0.3-preview04 414 8/26/2022
5.0.2-preview03 432 8/25/2022
5.0.1-preview02 413 8/25/2022
4.2.8 54,452 7/31/2020
4.2.7-pre 709 7/14/2020
4.2.6-pre 875 11/2/2019
4.2.5 109,163 4/6/2018
4.2.5-pre 1,231 2/19/2018
4.2.4-pre 1,474 12/13/2017
4.2.3-pre 1,225 12/13/2017
4.2.1-pre 1,229 11/29/2017
4.2.0 8,036 11/28/2017
4.1.11 1,761 11/8/2017
4.1.10 3,013 9/13/2017
4.1.9 32,484 6/22/2017
4.1.8 1,663 6/17/2017
4.1.7 1,684 6/6/2017
4.1.7-rc 1,255 6/5/2017
4.1.6-rc 1,228 6/1/2017
4.1.5-rc 1,304 6/1/2017
4.1.4-rc 1,225 5/11/2017
4.1.3-rc 1,297 5/11/2017
4.1.3-preview 1,333 5/6/2017
4.1.3-beta 1,250 5/5/2017
4.0.5 9,367 1/31/2016
4.0.4 3,238 10/25/2015
4.0.3 1,745 10/25/2015
4.0.2 1,717 10/25/2015
4.0.1 1,704 10/25/2015
4.0.0-prerelease0881 2,139 8/11/2015
4.0.0-prerelease0877 1,337 7/7/2015
3.4.3 21,924 5/8/2014
3.4.2 14,091 11/26/2013
3.4.1 1,927 10/30/2013
3.4.0 1,907 10/17/2013
3.3.3 3,113 3/2/2013
3.3.2 1,954 1/24/2013
3.3.1 1,954 12/20/2012
3.3.0 2,142 12/4/2012
3.2.4 2,843 8/6/2012
3.2.3 2,029 6/30/2012
3.2.2 1,914 6/20/2012
3.2.1 1,953 6/4/2012
3.2.0 1,933 6/3/2012
3.1.5 2,130 2/22/2012
3.1.4 2,084 1/22/2012
3.1.3 2,054 1/14/2012
3.1.2 2,030 12/7/2011
3.0.13 2,132 10/23/2011
3.0.12 2,200 8/15/2011
3.0.11 2,156 7/28/2011