HSTS-IIS-Module
HSTS-IIS-Module copied to clipboard
IIS module for configuring and injecting the HSTS into IIS sites.
https://github.com/FWest98/hsts-iis-module/blob/develop/module/HSTSIisModule.cpp#L164 This is not a proper use of SysAllocStringLen. The length passed in should not be longer than the string passed in. > If strIn is not NULL, then the...
I installed this module into a fresh install of IIS 10 (Server 2016), but the HSTS header is never being sent. How can I troubleshoot this?
Hi I have installed hsts-iis-module using the MSI but it's not appearing in IIS is there some prerequisite that I'm missing? thanks
This module needs a major overhaul to the configuration loading procedure. The module loads from the configuration system every time a request comes in which is a very expensive operation....
Windows Core servers have no GUI. Remote administration seems to be broken per https://github.com/FWest98/hsts-iis-module/issues/9, but would never be the preferred way to administer an IIS on Windows Core. How can...
As [described on CodePlex](http://hstsiis.codeplex.com/workitem/1766#CommentContainer1), the module does not work with 32 bit application pools. The end-users see an error: > HTTP Error 503. The service is unavailable. Plus there are...
When managing a remote machine via Remote Management in IIS Manager, opening the HSTS panel causes IIS to crash. Most likely because of the way of retrieving the settings from...