Http authentication: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
http authentication 내용 정리. | 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 인증 | |||
[[category:http]] | [[category:http]] |
Revision as of 07:47, 10 August 2016
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 인증