You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iis/manage/configuring-security/using-dynamic-ip-restrictions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Using Dynamic IP Restrictions"
3
-
author: naziml,esshrouf
3
+
author: naziml
4
4
description: "The Dynamic IP Restrictions (DIPR) module for IIS 7.0 and above provides protection against denial of service and brute force attacks on web servers and web..."
5
5
ms.date: 02/16/2009
6
6
ms.assetid: a6881b7d-4080-440c-ab71-cb274ac6f128
@@ -179,7 +179,7 @@ Substatus code will either be 501 or 502 depending on which one of the two condi
179
179
501 -> Dynamic IP Restriction: too many concurrent requests were made from the same client IP.
180
180
502 -> Dynamic IP Restriction: the maximum number of requests from the same client IP within a specified time limit was reached.
181
181
182
-
Above codes are documented here: HTTP status code overview - Internet Information Services | Microsoft Learn
182
+
Above codes are documented here: [HTTP status code overview - Internet Information Services | Microsoft Learn](https://learn.microsoft.com/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-status-code)
0 commit comments