Walter.Web.FireWall.UserAgent.UsersStack 2020.10.8.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Walter.Web.FireWall.UserAgent.UsersStack --version 2020.10.8.1
                    
NuGet\Install-Package Walter.Web.FireWall.UserAgent.UsersStack -Version 2020.10.8.1
                    
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="Walter.Web.FireWall.UserAgent.UsersStack" Version="2020.10.8.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Walter.Web.FireWall.UserAgent.UsersStack" Version="2020.10.8.1" />
                    
Directory.Packages.props
<PackageReference Include="Walter.Web.FireWall.UserAgent.UsersStack" />
                    
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 Walter.Web.FireWall.UserAgent.UsersStack --version 2020.10.8.1
                    
#r "nuget: Walter.Web.FireWall.UserAgent.UsersStack, 2020.10.8.1"
                    
#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 Walter.Web.FireWall.UserAgent.UsersStack@2020.10.8.1
                    
#: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=Walter.Web.FireWall.UserAgent.UsersStack&version=2020.10.8.1
                    
Install as a Cake Addin
#tool nuget:?package=Walter.Web.FireWall.UserAgent.UsersStack&version=2020.10.8.1
                    
Install as a Cake Tool

This package targets projects with dedicated servers and allows you to protect your firewall using annotations and pre-specified rules. A full getting started document is available at www.asp-waf.com in form of a PDF, compiled help and simple instructions

The bellow sample shows how you integrate and enable the firewall in your project your cookies using the Userstack User-Agent discovery data. This will

services.AddFireWall(FireWallTrail.License, FireWallTrail.DomainKey
, domainName: new Uri("https://www.your-domain.com/", UriKind.Absolute)
, options =>
{
	//your firewall settings
}).UseUserStackDBUserAgentStore(connectionString:Configuration.GetConnectionString("UserAgents"), option => {
	option.ApiKey = "123456789";//enter your key
	option.Https = false;//set false if you use free version
});

The firewall is fully configurable and has quite a few options that allow you to protect against fishing, scrubbing, cross-site attach and much more. This is just a small set of options of what's possible

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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
2025.9.1452 211 9/28/2025
2025.8.13.1223 239 8/13/2025
2025.7.30.1003 183 7/30/2025
2025.7.10.1347 225 7/10/2025
2025.6.30.1407 215 7/1/2025
2025.6.12.1057 379 6/12/2025
2025.4.17.1816 289 4/17/2025
2025.3.13.1323 270 3/13/2025
2025.2.26.1642 214 2/26/2025
2025.2.25.1033 196 2/26/2025
2025.2.24.1556 197 2/25/2025
2025.2.16.1149 224 2/19/2025
2025.2.15.1316 215 2/15/2025
2025.1.16.1410 213 1/16/2025
2025.1.4.1941 226 1/4/2025
2025.1.2.1544 204 1/3/2025
2024.12.14.838 205 12/14/2024
2020.10.8.1 871 10/8/2020
Loading failed