4xx · Client Error
403Forbidden
服务器理解请求,但拒绝执行。
What is HTTP 403?
403 Forbidden 表示服务器理解请求但拒绝授权。与 401 不同,身份认证不会改变结果。客户端已知但无权限访问该资源。
Example
GET /admin with regular user token → 403 ForbiddenCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →