WCF REST 服务拒绝服务防御

发布于 2024-12-10 09:38:11 字数 53 浏览 0 评论 0原文

我已经创建了一个 WCF REST 搜索服务,现在想知道如何实施拒绝服务防御来限制请求数量。

I have created a WCF REST Search Service, and now want to know how to implement Denial of Service Defence to limit the number of request.

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

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

发布评论

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

评论(1

永不分离 2024-12-17 09:38:11

假设您的 REST API 可通过 Internet 公开访问,您应该像防御 DOS 一样实施保护措施针对网站的攻击。鉴于您的 RESTful 服务(很可能)是使用 HTTP/HTTPS 作为底层应用程序传输来实现的,因此该方法实际上不会有太大差异。

Assuming your REST API is publicly reachable over the Internet, you should implement your safeguards the same way you would defend against a DOS attack against a web site. There's really not going to be much difference in the approach, given that your RESTful service is (very likely) implemented using HTTP/HTTPS as the underlying application transport.

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