error code
[Web] HTTP server code 404 reason Not Found explanation Not Found
HTTP server code 404 reason Not Found explanation Not Found HTTP 404 에러 원인 1. 서버 페이지를 찾을 수 없음 2. 서버에 도달하지 못함 3. 페이지 구현이 되어있지 않음 * 해당 에러의 경우에는 페이지가 존재하지 않을 경우 OR 서버가 가동되고 있지 않을 경우가 많다. * 4xx 에러의 경우에는 웹 서버까지 도달하지 못하고 리턴 코드를 보냈을 경우 4xx 에러가 발생한다. HTTP 404 에러 해결방법 1. 서버를 가동시킨다. 2. 만약 서버가 살아있는데 404 에러가 발생할 경우 서버가 완전히 살아나거나 반영이 제대로 되지 않았을 경우에도 해당 에러가 발생하므로 다시한번 재가동을 시켜본다. 3. 해당 사이트의 URL이 맞는 URL인지 확인해본다..
JSON HTTP status code
https://cloud.google.com/storage/docs/json_api/v1/status-codes HTTP status and error codes for JSON The following document provides reference information about the status codes and error messages that are used in the Cloud Storage JSON API. For the page specific to the Cloud Storage XML API, see HTTP status and error codes for XML. Error Response Format Cloud Storage uses the standard HTTP error..