Http authentication
Jump to navigation
Jump to search
Overview
http authentication 내용 정리.
Basic
HTTP 에서 사용하는 인증 방법은 다음과 같다.
- Anonymous(익명)
- BASIC 인증
- DIGEST 인증
- SSL 클라이언트 인증
- 폼 베이스 인증
- OAuth
Anonymous
See also
- http://sonim1.tistory.com/100 - HTTP 를 이용한 인증방식 - BASIC, DIGEST, SSL, FORM
- http://behonestar.tistory.com/35 - HTTP Digest 인증