You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
HTTP 헤더
header-field= filed-name ":" OWS field-value OWS (OWS: 띄어쓰기 허용)ex) 메시지 바디의 내용, 메시지 바디의 크기, 압축, 인증, 요청 클라이언트, 서버 정보, 캐시 관리 정보..
분류 - RFC2616 (과거)
HTTP 바디 (과거)
HTTP 표준 RFC2616이 폐기되고 2014년
RFC7230~7235등장 ...RFC723x 변화
Representation= representation Metadata + Representation DataHTTP 바디 RFC7230(최신)
표현
Content-Type
Content-Encoding
Content-Language
Content-Length
협상
협상과 우선순위1
협상과 우선순위2
협상과 우선순위3
전송 방식
일반 정보
특별한 정보
인증
Authorization: 클라이언트 인증 정보를 서버에 전달-
WWW-Authenticate: 리소스 접근시 필요한 인증 방법 정의쿠키
Set-Cookie: 서버에서 클라이언트로 쿠키 전달(응답)
Cookie: 클라이언트가 서버에서 받은 쿠키를 저장하고, HTTP 요청시 서버로 전달
쿠키 미사용 시 로그인 후 회원 정보를 알 수가 없음
대안
생명 주기
도메인
경로
보안
SecureHttpOnlySameSiteAll reactions