HTTP 207 Multi-Status vs 530 Site Frozen
HTTP 207 (Multi-Status) is a 2xx Success response, while 530 (Site Frozen) is a 5xx Server Error response. 207 indicates that the response body contains status information for multiple resources, in situations where multiple status codes might be appropriate (WebDAV). In contrast, 530 means that cloudflare-specific. Used by Pantheon hosting to indicate a frozen site.
الوصف
The response body contains status information for multiple resources, in situations where multiple status codes might be appropriate (WebDAV).
متى تراه
In WebDAV operations that affect multiple resources simultaneously.
كيفية الإصلاح
Parse the XML body to check the status of each individual resource.
الوصف
Cloudflare-specific. Used by Pantheon hosting to indicate a frozen site.
متى تراه
When a site on Pantheon hosting has been frozen due to inactivity.
كيفية الإصلاح
Reactivate the site on the hosting platform.
الفروق الرئيسية
207 is a 2xx Success response, while 530 is a 5xx Server Error response.
HTTP 207: The response body contains status information for multiple resources, in situations where multiple status codes might be appropriate (WebDAV).
HTTP 530: Cloudflare-specific. Used by Pantheon hosting to indicate a frozen site.
You encounter 207 when in WebDAV operations that affect multiple resources simultaneously.
You encounter 530 when when a site on Pantheon hosting has been frozen due to inactivity.
متى تستخدم أيًا منهما
For 207 (Multi-Status): Parse the XML body to check the status of each individual resource. For 530 (Site Frozen): Reactivate the site on the hosting platform.