-
400 Bad Request에러 모음 2023. 1. 6. 23:47
raise exceptions.BadRequestKeyError(key)
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
KeyError: 'todo_give'400 Bad Request와 403 Forbidden의 의미에 대해
HTTP/1.1 HTTP/1.1을 정의한 최신 명세인 RFC 2616에 따르면, 흔히 알고 있는 것과는 달리 의외로 403 Forbidden은 권한(authorization)에 대한 에러가 아니다. 그냥 요청은 이해하지만 수행을 거절(refuse)하겠다
blog.npcode.com
.
.
.
.
.
.
.
산넘어 산 오류넘어 오류
머릿속이 혼란스럽다
하면 할 수록 아득해 지는 기분....
그렇지만 다음 날 되면 다시 해결할 수 있겠지? 지금껏 그래왔듯이
나자신 화이팅
'에러 모음' 카테고리의 다른 글
TypeError: Object of type set is not JSON serializable (0) 2023.01.07 SyntaxError: EOL while scanning string literal (0) 2023.01.07 localhost:5000 연결 안됨 (0) 2023.01.05 pymongo.errors.InvalidURI (0) 2023.01.05 ModuleNotFoundError: No module named 'certifi' (0) 2023.01.05