HTTP 200 OK vs 530 Site Frozen
HTTP 200 (OK) is a 2xx Success response, while 530 (Site Frozen) is a 5xx Server Error response. 200 indicates that the request succeeded. The meaning depends on the HTTP method: GET returns the resource, POST reports the action result, HEAD returns headers only. In contrast, 530 means that cloudflare-specific. Used by Pantheon hosting to indicate a frozen site.
설명
The request succeeded. The meaning depends on the HTTP method: GET returns the resource, POST reports the action result, HEAD returns headers only.
이 코드를 보게 되는 경우
The most common HTTP response — indicates the request was processed successfully.
해결 방법
No fix needed. The request succeeded as expected.
설명
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.
주요 차이점
200 is a 2xx Success response, while 530 is a 5xx Server Error response.
HTTP 200: The request succeeded. The meaning depends on the HTTP method: GET returns the resource, POST reports the action result, HEAD returns headers only.
HTTP 530: Cloudflare-specific. Used by Pantheon hosting to indicate a frozen site.
You encounter 200 when the most common HTTP response — indicates the request was processed successfully.
You encounter 530 when when a site on Pantheon hosting has been frozen due to inactivity.
언제 어떤 것을 사용할지
For 200 (OK): No fix needed. The request succeeded as expected. For 530 (Site Frozen): Reactivate the site on the hosting platform.