3xx · Redirection
302Found
资源临时移动到不同 URL。
What is HTTP 302?
302 Found 表示资源临时位于不同的 URI。与 301 不同,搜索引擎不会更新索引。原始 URL 保持不变。注意:部分浏览器会将 POST 转为 GET。
Example
POST /login → 302 Found → /dashboardCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →