HTTP 코드 404 Not Found

Jmnote bot (토론 | 기여)님의 2021년 3월 13일 (토) 19:15 판 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
  다른 뜻에 대해서는 HTTP 404 Not Found 문서를 참조하십시오.
  다른 뜻에 대해서는 404 (밴드) 문서를 참조하십시오.

1 개요

HTTP Error 404; HTTP 404; 404 error; 404, Not Found
HTTP 404 오류, HTTP 오류 404; 404 오류
  • brain not found
  • File or Directory not found
  • 서버와 통신할 수는 있지만 서버에서 요청한 대상을 찾을 수 없다는 HTTP 상태 코드

 

2 JavaScript 실습

var xhr = new XMLHttpRequest();
xhr.open("GET", "http://zetawiki.com/doesnt_exist", false);
xhr.send();
document.write(xhr.status);
// 404

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}