Merge pull request #6537 from nurbek91/arr

Add Application Request Routing / load-balancers
main
Elbert Alias 2 years ago committed by GitHub
commit 6096820187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3220,6 +3220,18 @@
"scriptSrc": "appleid\\.auth\\.js", "scriptSrc": "appleid\\.auth\\.js",
"website": "https://developer.apple.com/sign-in-with-apple/" "website": "https://developer.apple.com/sign-in-with-apple/"
}, },
"Application Request Routing": {
"cats": [
65
],
"description": "Application Request Routing (ARR) is an extension to Internet Information Server (IIS), which enables an IIS server to function as a load balancer.",
"icon": "Microsoft.svg",
"implies": "IIS",
"headers": {
"X-Powered-By": "^ARR/([\\d\\.]+)$\\;version:\\1"
},
"website": "https://www.iis.net/downloads/microsoft/application-request-routing"
},
"ApplicantStack": { "ApplicantStack": {
"cats": [ "cats": [
101 101

@ -35,7 +35,7 @@
"cats": [ "cats": [
22 22
], ],
"cpe": "cpe:/a:microsoft:internet_information_server", "cpe": "cpe:2.3:a:microsoft:internet_information_server:*:*:*:*:*:*:*:*",
"description": "Internet Information Services (IIS) is an extensible web server software created by Microsoft for use with the Windows NT family.", "description": "Internet Information Services (IIS) is an extensible web server software created by Microsoft for use with the Windows NT family.",
"headers": { "headers": {
"Server": "^(?:Microsoft-)?IIS(?:/([\\d.]+))?\\;version:\\1" "Server": "^(?:Microsoft-)?IIS(?:/([\\d.]+))?\\;version:\\1"
@ -1334,4 +1334,4 @@
"scriptSrc": "iubenda\\.com/", "scriptSrc": "iubenda\\.com/",
"website": "https://www.iubenda.com" "website": "https://www.iubenda.com"
} }
} }