Rest API - has built-in feature again DDos attack?

Hi.

I Love the Yii2, but I need to implement API feature too for the mobile devices. I have a question:

Does Yii2 Rest API provides any built-in tool to prevent DDos Attack? (Like the Rails API - it has)

Thanks for the answers :)

To Moderator: Can you move this question to the Rest Api category?

[color="#006400"]/* Moved from "Installation and Setup" to "REST APIs" */[/color]

Did you read about rate-limiting in the guide?

http://www.yiiframework.com/doc-2.0/guide-rest-rate-limiting.html

I guess that doesn’t protect against a distributed attack but you can rate limit per connection client.