liamchoi943 / http

0 stars 0 forks source link

인증 #20

Open liamchoi943 opened 3 years ago

liamchoi943 commented 3 years ago

Authorization: 클라이언트 인증 정보를 서버에 전달 Authorization: Basic xxxxxxxxxxxxxxxxxxx >> 인증 방법이 여러가지 있음... (인증 메커니즘에 상관없이 일단 헤더를 제공하는것임...)

WWW-Authenticate: 리소스 접근시 필요한 인증 방법 정의

  1. 리소스 접근시 필요한 인증 방법 정의
  2. 401 Unauthorized 응답과 함꼐 사용
  3. WWW-Authenticate: Newauth realm= "apps", type = 1, title "Login to \"apps\", Basic realm="simple"