Back to HTTP Check Tool
4xx · Client Error

428Precondition Required

原服务器要求请求是有条件的。

What is HTTP 428?

428 Precondition Required 表示服务器要求请求必须是有条件的(即包含 If-Match 等头)。这是为了防止丢失更新问题,即某人修改了资源状态,而另一个人同时也在修改。

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

  • 防止丢失更新
  • 强制乐观并发控制
  • API 要求 ETag

Quick Facts

Code428
Category4xx
TypeClient Error

Related 4xx Codes