From fec9f661db1a6e31d1b29e61b81634a98996d8de Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 23 Jul 2022 04:35:07 +0600 Subject: [PATCH] Add Application Request Routing / load-balancers --- src/technologies/a.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/technologies/a.json b/src/technologies/a.json index 02b17452f..b6daf3af6 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3214,6 +3214,18 @@ "scriptSrc": "appleid\\.auth\\.js", "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": { "cats": [ 101