作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在Azure WebApp中,我们定义DynamicIpRestriction如下:。
<security>
<dynamicIpSecurity enableLoggingOnlyMode="false" enableProxyMode="true">
<denyByConcurrentRequests enabled="true" maxConcurrentRequests="10" />
<denyByRequestRate enabled="true" maxRequests="30" requestIntervalInMilliseconds="500" />
</dynamicIpSecurity>
<ipSecurity enableProxyMode="true" allowUnlisted="false" >
<add allowed="true" ipAddress="1.2.3.4" subnetMask="255.255.255.255" />
</ipSecurity>
<requestFiltering>
<requestLimits maxAllowedContentLength="524288000" />
</requestFiltering>
</security>
WebApp 由 ASP.NET 4.8 组成。根据这个定义,如果同时发出 10 个请求,那么超过 11 个请求预计会在 403 处被拒绝。但是,我在 Apache JMeter 中启动了 100 个并发线程,并发出了 10 个重复请求,但从未出现过 403。定义有错误吗?
非常感谢您的支持。
最佳答案
我已在应用服务中设置动态 IP 安全。使用以下步骤
转到应用服务,开发工具下的转到高级工具点击转到,如下
-更新设置后,返回概览并点击重新启动,如下所示。因此,应用服务的设置将更新
_打开Apache JMeter如下
关于azure - DynamicIpSecurity 不适用于 Azure 应用服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74568545/
我是一名优秀的程序员,十分优秀!