3xx · Redirection
308Permanent Redirect
资源已永久移动到新 URI,方法和请求体不变。
What is HTTP 308?
308 Permanent Redirect 是 301 的严格版本,保证重定向时 HTTP 方法和请求体不变。适合永久移动 API 端点而不破坏 POST 请求。
Example
POST http://api.example.com → 308 → POST https://api.example.comCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →