Back to HTTP Check Tool
4xx · Client Error

403Forbidden

服务器理解请求,但拒绝执行。

What is HTTP 403?

403 Forbidden 表示服务器理解请求但拒绝授权。与 401 不同,身份认证不会改变结果。客户端已知但无权限访问该资源。

Example

GET /admin with regular user token → 403 Forbidden

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 访问仅管理员资源
  • IP 被封禁
  • 文件权限被拒绝

Quick Facts

Code403
Category4xx
TypeClient Error

Related 4xx Codes