Walter.Web.FireWall.UserAgent.UsersStack
2020.10.8.1
Prefix Reserved
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
<PackageReference Include="Walter.Web.FireWall.UserAgent.UsersStack" Version="2020.10.8.1" />
<PackageVersion Include="Walter.Web.FireWall.UserAgent.UsersStack" Version="2020.10.8.1" />
<PackageReference Include="Walter.Web.FireWall.UserAgent.UsersStack" />
paket add Walter.Web.FireWall.UserAgent.UsersStack --version 2020.10.8.1
#r "nuget: Walter.Web.FireWall.UserAgent.UsersStack, 2020.10.8.1"
#:package Walter.Web.FireWall.UserAgent.UsersStack@2020.10.8.1
#addin nuget:?package=Walter.Web.FireWall.UserAgent.UsersStack&version=2020.10.8.1
#tool nuget:?package=Walter.Web.FireWall.UserAgent.UsersStack&version=2020.10.8.1
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 | Versions 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. |
-
.NETStandard 2.1
- Walter.DataTools.MsSql (>= 2020.10.8.1)
- Walter.Web.Firewall.Core.3.x (>= 2020.10.8.1)
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 |
06 October 2020
1. Initial release
Documentation found at:https://firewallapi.asp-waf.com/?topic=html/Methods.T-Microsoft.Extensions.DependencyInjection.UserStackBuilderExtensions.htm