From b212bf141f4efc77d345896ed1c88c26ebde99f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20P=C3=A9rez?= Date: Fri, 19 Mar 2021 21:01:37 +0100 Subject: [PATCH] add x-amz headers to detect AWS --- src/technologies.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 37fc19c64..4b650c1e5 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1494,6 +1494,15 @@ "dns": { "NS": "\\.awsdns-" }, + "headers": { + "x-amz-err-code": "", + "x-amz-request-id": "", + "x-amz-id-2": "", + "x-amz-err-message": "", + "x-amz-req-time-micros": "", + "x-amz-version-id": "", + "x-amz-delete-marker": "" + }, "icon": "aws.svg", "website": "https://aws.amazon.com/" }, @@ -21656,4 +21665,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}