如何防止异步会话控制器中的 Dos 攻击

发布于 2024-10-08 12:45:53 字数 217 浏览 3 评论 0原文


我有一个异步控制器,它在我的 Asp MVC 应用程序中的无会话状态下工作,以处理并发的长实时请求。一切都工作正常,但我刚刚意识到如果有人向我的异步无会话控制器发出 Dos 攻击的连续请求,我的应用程序可能会陷入困境,哈哈...
您是否知道如何防止像 asp.net mvc 中的异步会话控制器中那样的 Dos 攻击?我确实用谷歌搜索过,但仍然没有得到好的解决方案。我现在真的需要你的建议

I have an async controller which works under sessionless state in my Asp MVC App to handle concurrent long live requests. Every thing is working fine, but I just realized that if some one make continuous request to my async sessionless controller as Dos attack, my app might go to the hell,lol...
Do you know anyway to prevent Dos attack like that in an async sessioness controller in asp.net mvc ?? I did search arround with google but still don't get good solution yet. I really need your advise right now

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

少女七分熟 2024-10-15 12:45:53

我不会担心这个。

DOS 攻击通常会导致硬件过载,而不是软件过载。你的代码不会成为罪魁祸首。

I wouldn't worry about it.

A DOS attack typically overloads hardware and not software. Your code won't be the one to blame.

握住我的手 2024-10-15 12:45:53

无论是否使用异步控制器,如果您的应用程序受到 DDOS 攻击,您就完蛋了。

Async controllers or not if your application gets a DDOS attack you are pretty screwed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文