An open API service indexing awesome lists of open source software.

https://github.com/agility/httpsreplacementfilter

Force HTTPS output of image links within your .NET site.
https://github.com/agility/httpsreplacementfilter

Last synced: about 1 year ago
JSON representation

Force HTTPS output of image links within your .NET site.

Awesome Lists containing this project

README

          

# HttpsReplacementFilter HttpModule
Forces HTTPS output of image links within your .NET site.

## Setup
**Add** the ReplacementFilterModule.cs to your ASP.NET website code.

**Register** the HttpModule in the *web.config*:

```xml
...



```