From c82392d07037da8f5dd702a75099674ff09ebe8c Mon Sep 17 00:00:00 2001 From: UrosDJ94 <89927625+UrosDJ94@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:15:53 +0100 Subject: [PATCH] Update logs-uploader.md --- documentation/cdn/logs/logs-uploader.md | 103 +++++++++++++++++++++++- 1 file changed, 101 insertions(+), 2 deletions(-) diff --git a/documentation/cdn/logs/logs-uploader.md b/documentation/cdn/logs/logs-uploader.md index 5f7e8f70..f70eacee 100644 --- a/documentation/cdn/logs/logs-uploader.md +++ b/documentation/cdn/logs/logs-uploader.md @@ -269,7 +269,7 @@ You can check other fields—they can be helpful for traffic analysis or statist
-
, or 100700
-
, or 1000-1200
Reason | +HTTP Code | +Internal Code | +Comment | +
---|---|---|---|
Country ACL | +403 | +1001 | ++ |
Refferer ACL | +403 | +1002 | ++ |
IP ACL | +403 | +1003 | ++ |
User-Agent ACL | +403 | +1004 | ++ |
Secure Token | +403 | +1005 | +If the requested link passes the authenticity check, the $secure_link variable is set to the link extracted from the request URI. Otherwise, the $secure_link variable is set to an empty string. | +
Secure Token | +410 | +1006 | +If the link has a limited lifetime and the time has expired, the $secure_link variable is set to "0". | +
WAF | +403 | +1007 | +Request blocked by WAF | +
Bot challenge / Testcookie | +307 | +1008 | +Redirection sent by bot challenge (testcookie) | +
Blocklist | +403 | +1009 | +Request blocked by bot protection blocklist | +
HTTP method | +405 | +1200 | +AllowedHttpMethods enabled AND HTTP req method not in AllowedHttpMethods list | +
Streaming disabled .(ts|m3u8) | +402 | +1201 | +Streaming feature disabled for the client | +
LE Validation /.well-known/acme-challenge/ | +404 | +1202 | +we return 404 if http_user_agent not in the list "cert-manager-challenges|acme.zerossl.com|Cpanel-HTTP-Client|Buypass validation client|Google-Certificates-Bridge|vercel-fetch|win-acme|Typhoeus|Go-http-client". | +
check $http_x_cdn_requestor not empty | +403 | +1203 | +non authorized request to shield | +
Force Return | +ANY | +1204 | +Status code option, this internal code indicates that the response was generated by this feature | +