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.
- Host: GitHub
- URL: https://github.com/agility/httpsreplacementfilter
- Owner: agility
- Created: 2018-09-14T13:50:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T13:58:39.000Z (over 7 years ago)
- Last Synced: 2025-02-14T04:51:14.279Z (over 1 year ago)
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
...
```