3xx · Redirection
303See Other
响应应使用 GET 方法到另一个 URI 获取。
What is HTTP 303?
303 See Other 表示应使用 GET 方法获取另一个 URI 的响应。用于实现 Post/Redirect/Get 模式,防止表单重复提交。
Example
POST /submit → 303 See Other → GET /successCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →