Back to HTTP Check Tool
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 /success

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

  • Post/Redirect/Get (PRG) 模式
  • 表单提交后重定向
  • 支付确认重定向

Quick Facts

Code303
Category3xx
TypeRedirection

Related 3xx Codes