-
Notifications
You must be signed in to change notification settings - Fork 320
Update using-dynamic-ip-restrictions.md #1097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
broken link
| 502 -> Dynamic IP Restriction: the maximum number of requests from the same client IP within a specified time limit was reached. | ||
|
|
||
| Above codes are documented here: HTTP status code overview - Internet Information Services | Microsoft Learn | ||
| Above codes are documented here: [HTTP status code overview - Internet Information Services | Microsoft Learn](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Ftroubleshoot%2Fdeveloper%2Fwebapps%2Fiis%2Fwww-administration-management%2Fhttp-status-code&data=05%7C02%7CEsra.Shrouf%40microsoft.com%7Cf97c53ddd42a45048f4c08dcaa5c9ac3%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638572561998869615%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=x5KThY9jpE4yFiAV%2BPIyGP2SyswJBeyJkHaTliCLbqE%3D&reserved=0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the safelinks URL which won't work. You need to use the actual URL and then remove the language segment, that is, in the us, you remove /en-us
iis/manage/configuring-security/using-dynamic-ip-restrictions.md
Outdated
Show resolved
Hide resolved
Fixed meta data author value's format
wadepickett
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
* Update using-dynamic-ip-restrictions.md (#1097) * Update using-dynamic-ip-restrictions.md broken link * Update iis/manage/configuring-security/using-dynamic-ip-restrictions.md Fixed link. * Update using-dynamic-ip-restrictions.md Fixed meta data author value's format --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> * 'accessPolicy' is mis-represented and mis-understood (#1119) * 'accessPolicy' is a little mis-represented. And definitely needs to call out that preventing execution does not necessarily prevent initialization. * Update add.md Updated ms.date * Update index.md --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Add SFI ms.custom values (#1120) * Update docfx.json with ms.update-cycle setting (#1121) Adding ms.update-cycle setting in docfx.json to reflect tier level support. * Update getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md (#1124) Grammar error * Update Reverse Proxy Rule Templates (#1125) * adding URL Rewrite samples for blocking tomcat path traversal * updating URL Rewrite rule template article * Adding sample rule for redirecting https * Adding sample rule for redirecting https * Apply suggestions from code review Minor style guide related adjustments --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> --------- Co-authored-by: EsraShrouf <79594213+EsraShrouf@users.noreply.github.com> Co-authored-by: Steve Molloy <smolloy@microsoft.com> Co-authored-by: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Co-authored-by: Fenton Hutson <112075131+FentonPlusPlus@users.noreply.github.com> Co-authored-by: Konst Khurin <kkhurin@microsoft.com>
* Update using-dynamic-ip-restrictions.md (#1097) * Update using-dynamic-ip-restrictions.md broken link * Update iis/manage/configuring-security/using-dynamic-ip-restrictions.md Fixed link. * Update using-dynamic-ip-restrictions.md Fixed meta data author value's format --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> * 'accessPolicy' is mis-represented and mis-understood (#1119) * 'accessPolicy' is a little mis-represented. And definitely needs to call out that preventing execution does not necessarily prevent initialization. * Update add.md Updated ms.date * Update index.md --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Add SFI ms.custom values (#1120) * Update docfx.json with ms.update-cycle setting (#1121) Adding ms.update-cycle setting in docfx.json to reflect tier level support. * Update getting-started-with-the-iis-manager-in-iis-7-and-iis-8.md (#1124) Grammar error * Update Reverse Proxy Rule Templates (#1125) * adding URL Rewrite samples for blocking tomcat path traversal * updating URL Rewrite rule template article * Adding sample rule for redirecting https * Adding sample rule for redirecting https * Apply suggestions from code review Minor style guide related adjustments --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Fix typo in preloadEnabled attribute documentation (#1122) * Fix typo in preloadEnabled attribute documentation * Apply suggestion from @wadepickett --------- Co-authored-by: Wade Pickett <wpickett@microsoft.com> --------- Co-authored-by: EsraShrouf <79594213+EsraShrouf@users.noreply.github.com> Co-authored-by: Steve Molloy <smolloy@microsoft.com> Co-authored-by: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Co-authored-by: Fenton Hutson <112075131+FentonPlusPlus@users.noreply.github.com> Co-authored-by: Konst Khurin <kkhurin@microsoft.com> Co-authored-by: David Brink <43828739+david-brink-talogy@users.noreply.github.com>
broken link