507

HTTP 507 Insufficient Storage

5xx Server Error

  1. Home
  2. > HTTP Status Codes >
  3. > 5xx >
  4. 507
5xx Server Error RFC 4918, Section 11.5

What is HTTP 507 Insufficient Storage?

The 507 (Insufficient Storage) status code indicates that the method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request. This is commonly used in WebDAV but also applies to any server that runs out of disk space.

Common Use Cases

  • Disk space exhaustion
  • Storage quota exceeded
  • WebDAV quota limits
Help2Code Logo
Menu