Walter.Web.FireWall.UserAgent.UsersStack NuGet Package

Use the Userstack service to extend the firewall's UserAgent meta data.
To use the software use dependency injection during services registration

services.AddFireWall(FireWallTrial.License, FireWallTrial.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
});

Have a look at the documentation at:https://firewallapi.asp-waf.com/?topic=html/Methods.T-Microsoft.Extensions.DependencyInjection.UserStackBuilderExtensions.htm.




Got any Walter.Web.FireWall.UserAgent.UsersStack Question?





Info

Version: 2023.11.13.1117
Author(s): Walter Verhoeven, Stijn Snellinx
Last Update: Monday, November 13, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://www.asp-waf.com/
NuGet Url: https://www.nuget.org/packages/Walter.Web.FireWall.UserAgent.UsersStack


Install
Install-Package Walter.Web.FireWall.UserAgent.UsersStack
dotnet add package Walter.Web.FireWall.UserAgent.UsersStack
paket add Walter.Web.FireWall.UserAgent.UsersStack
Walter.Web.FireWall.UserAgent.UsersStack Download (Unzip the "nupkg" after downloading)

net5.0 netcoreapp3.1 netstandard2.1


Tags



STATS

must-have-score

2

avg-downloads-per-day

104

days-since-last-release

165