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)
,...
More information
This is a .NET standard library that tries to parse and analyze the user agent string and extract as many relevant attributes as possible.
The library aims to provides a reliable and extensible user agent parsing, browser and device detection.
This is a semantic analyzer, so it doesn't rely on any...
More information
.net 4, Can be compiled for different frameworks; See github project.
After adding package check servicemodel in app/web.config
Set your useragent and set add behaviorConfiguration to existing endpoints for WCF services which need a useragent
<endpoint...
More information
The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
Allows injection of custom headers into a WCF client endpoint. See https://github.com/melomenic/wcfheaderinjectionbehavior/blob/master/README.md for usage.
After install this ASP.NET HTTP module, the web application (even if PHP) receive
the modified user agent string that is legacy "MSIE 11.0" style when accessing from IE11 or higher.
/ この ASP.NET HTTP モジュールをインストールすると、IE11
ないしはそれ以降のバージョンからのアクセス時、その Web アプリ(PHPであっても)は旧来の "MSIE 11.0"...
More information