3xx · Redirection
307Temporary Redirect
资源临时位于不同 URI,方法和请求体不变。
What is HTTP 307?
307 Temporary Redirect 与 302 类似,但保证重定向时 HTTP 方法和请求体不会改变。如果原请求是 POST,重定向后的请求也是 POST。
Example
POST /api/old → 307 → POST /api/newCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →