Back to HTTP Check Tool
3xx · Redirection

302Found

资源临时移动到不同 URL。

What is HTTP 302?

302 Found 表示资源临时位于不同的 URI。与 301 不同,搜索引擎不会更新索引。原始 URL 保持不变。注意:部分浏览器会将 POST 转为 GET。

Example

POST /login → 302 Found → /dashboard

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

  • 临时维护重定向
  • 登录重定向流程
  • A/B 测试重定向

Quick Facts

Code302
Category3xx
TypeRedirection

Related 3xx Codes