【Laravel】接口的访问频率限制器

news/2024/12/24 23:40:33/

Laravel 接口的访问频率,你可以在 Laravel 中使用速率限制器(Rate Limiter)。以下是一个详细的步骤,展示如何为这个特定的 API 路由设置速率限制:

1. 配置 RouteServiceProvider

首先,确保在 App\Providers\RouteServiceProvider 中配置速率限制器。你可以为特定的路由定义自定义速率限制器。

示例代码:
php">namespace App\Providers;use Illuminate\Cache\RateLimiting\Limit;
use Illuminate\Support\Facades\RateLimiter;
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
use Illuminate\Http\Request;class RouteServiceProvider extends ServiceProvider
{protected function configureRateLimiting(){RateLimiter::for('manage_home', function (Request $request) {return Limit::perMinute(10)->by(optional($request->user())->id ?: $request->ip());});}public function map(){$this->configureRateLimiting();$this->mapApiRoutes();}protected function mapApiRoutes(){Route::prefix('api')->middleware('api')->namespace($this->namespace)->group(base_path('routes/api.php'));}
}

2. 应用速率限制器到路由

routes/web.phproutes/api.php 中,使用 throttle 中间件来应用速率限制器到你的特定路由。

示例代码:
php">use Illuminate\Support\Facades\Route;
use App\Http\Controllers\ManageController;Route::middleware(['throttle:manage_home'])->group(function () {Route::get('/manage/home', [ManageController::class, 'home']);
});

3. 创建控制器

假设你有一个 ManageController 来处理 /manage/home 路由请求。

示例代码:
php">namespace App\Http\Controllers;use Illuminate\Http\Request;class ManageController extends Controller
{public function home(Request $request){// 执行你的逻辑return response()->json(['message' => 'Home management data','data' => [// 你的数据]]);}
}

4. 测试速率限制

使用 Postman 或 cURL 来测试 /manage/home 路由的速率限制功能。

使用 Postman 测试:
  1. 打开 Postman。
  2. 创建一个新的 GET 请求,URL 为 http://your-app-url/manage/home
  3. 多次发送请求,超过每分钟 10 次后,你应该会收到一个 429 状态码的响应。
使用 cURL 测试:
for i in {1..15}; do curl -X GET http://your-app-url/manage/home; done

5. 自定义速率限制响应

你可以自定义当请求被限速时返回的响应。在 App\Exceptions\Handler.php 中,添加对 ThrottleRequestsException 的处理:

示例代码:
php">namespace App\Exceptions;use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Throwable;
use Illuminate\Http\Exceptions\ThrottleRequestsException;class Handler extends ExceptionHandler
{public function render($request, Throwable $exception){if ($exception instanceof ThrottleRequestsException) {return response()->json(['message' => 'Too many requests, please slow down.','retry_after' => $exception->getHeaders()['Retry-After'],], 429);}return parent::render($request, $exception);}
}

通过这些步骤,你可以在 Laravel 中为接口实现访问频率控制。


http://www.ppmy.cn/news/1557854.html

相关文章

网站安全监测存在的挑战,以及应对方案

随着云计算发的发展,传统的网站安全监管方式已经不适用于云环境下,传统方式通常是采用 Web 应用安全扫描工具周期性的对网站进行安全扫描与评估,然后根据评估结果进行安全加固和风险管理。这种安全检查工作是一种静态的检查工作,能…

.NET Core 项目配置到 Jenkins

1. Jenkins 基础环境准备 安装必要插件 确保 Jenkins 安装了以下插件: Pipeline(用于构建 Pipeline) Docker Pipeline(如果使用 Docker 构建) Git Plugin(用于拉取代码) MSBuild Plugin&am…

UniApp:uni-segmented-control 自定义布局

自定义tabs选项&#xff0c;items 为tabs名称数组&#xff0c;横向滚动 <scroll-view scroll-x><view class"segmented-control"><view v-for"(item, index) in items" :key"index" class"control-item ":class"…

Python+OpenCV系列:AI看图识人、识车、识万物

在人工智能风靡全球的今天&#xff0c;用 Python 和 OpenCV 结合机器学习实现物体识别&#xff0c;不仅是酷炫技能&#xff0c;更是掌握未来的敲门砖。本篇博文手把手教你如何通过摄像头或图片输入&#xff0c;识别人、动物、车辆及其他物品&#xff0c;让你的程序瞬间具备 AI …

基于PXE与NFS共享的Ubuntu安装配置过程

假设存在服务器A、B、C 其中A为待装系统的服务器&#xff0c;DHCP&#xff08;IP池&#xff1a;192.168.0.150~192.168.0.160&#xff09;&#xff0c;假设需要安装的系统为Ubuntu 22.04 Desktop 其中B为PXE服务端服务器&#xff0c;IP: 192.168.0.100&#xff0c;这里将以Cent…

dockerfile文档编写(1):基础命令

目录 Modelscope-agentARGFROMWORKDIRCOPYRUNENVCMD run_loopy Modelscope-agent ARG BASE_IMAGEregistry.cn-beijing.aliyuncs.com/modelscope-repo/modelscope:ubuntu22.04-cuda12.1.0-py310-torch2.1.2-tf2.14.0-1.12.0FROM $BASE_IMAGEWORKDIR /home/workspaceCOPY . /hom…

数仓开发那些事(8)

程序员圣经 为什么刚刚能运行&#xff0c;现在就不行 为什么刚刚不运行&#xff0c;现在就可以 为什么他的可以跑&#xff0c;我的不能跑 为什么我的可以跑&#xff0c;他的就不行 为什么这台电脑能&#xff0c;那台就不行 为什么这台电脑不行&#xff0c;那台就行 神州员工&a…

如何测量分辨率

一、什么是分辨率&#xff1f; 分辨率指的是分清物体细节的能力。分辨率是一个成像系统还原空间频率的能力。一些人只是简单的用分辨率去描述极限分辨率&#xff0c;但是相机在在不同的对比度的情况下还原低&#xff0c;中和高频率的能力&#xff0c;也可以显示全面综合的信息。…