Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

❗️ HTTP 주로 발생되는 에러코드 #40

Open
leemember opened this issue Sep 2, 2022 · 0 comments
Open

❗️ HTTP 주로 발생되는 에러코드 #40

leemember opened this issue Sep 2, 2022 · 0 comments

Comments

@leemember
Copy link
Owner

leemember commented Sep 2, 2022

200 성공
400 Bad Request,잘못된 요청으로써 문법상 오류가 있어서 서버가 요청사항을 이해하지 못하는 경우
ex) 잘못입력한 url인경우가 대부분!
404 Not Found,클라이언트가 요청한 문서를 찾지못한 경우에 발생함
ex) url확인이나 캐시삭제 해볼것!
405 Method not allowed,메소드 허용안됨, Request라인에 명시된 메소드를 수행하기 위한 해당 자원의 이용이 허용되지 않았을 경우 발생함. (페이지는 존재하나, 그걸 못보게 막거나 리소스를 허용안함)
ex) 주로 메소드 매칭이 안될때 일어남
415 지원되지 않는 형식으로 클라이언트가 요청을 해서 서버가 요청에 대한 승인을 거부한 오류를 의미한다.
ex) ContentType, Content Encoding 데이터를 확인할 필요가 있다
500 서버 내부 오류는 웹 서버가 요청사항을 수행할 수 없을 경우에 발생함
505 HTTP Version Not Supported
@leemember leemember changed the title HTTP ❗️ HTTP 주로 발생되는 에러코드 Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant