Info
Version: | 1.0.0.7 |
Author(s): | Nimesh Manmohanlal |
Last Update: | Thursday, July 9, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nimeshjm/RemoveASPNETheaders |
NuGet Url: | https://www.nuget.org/packages/RemoveASPNETheaders |
Install
Install-Package RemoveASPNETheaders
dotnet add package RemoveASPNETheaders
paket add RemoveASPNETheaders
RemoveASPNETheaders Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(5.0.1)
Tags
It removes the following http headers:
"Server"
"X-AspNet-Version"
"X-AspNetMvc-Version"
"X-Powered-By"
It is compatible with async operations in MVC and WebAPI as it does not rely on the PreSendRequestHeaders event.