"HTTP 헤더"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
20번째 줄: 20번째 줄:
{{참고|curl 헤더 정보 보기}}
{{참고|curl 헤더 정보 보기}}
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# curl -I google.com
[root@zetawiki ~]# curl -I google.com
HTTP/1.1 301 Moved Permanently
HTTP/1.1 301 Moved Permanently
Location: http://www.google.com/
Location: http://www.google.com/

2015년 2월 12일 (목) 00:41 판

HTTP header fields
HTTP 헤더 필드

1 주요 목록

표준
  • Cache-Control
  • Connection
  • Content-Type
  • Date
  • Expires
  • Server
  • Content-Length
  • X-Frame-Options
비표준
  • X-XSS-Protection
  • X-Powered-By

2 예시

[root@zetawiki ~]# curl -I google.com
HTTP/1.1 301 Moved Permanently
Location: http://www.google.com/
Content-Type: text/html; charset=UTF-8
Date: Sat, 06 Oct 2012 03:14:42 GMT
Expires: Mon, 05 Nov 2012 03:14:42 GMT
Cache-Control: public, max-age=2592000
Server: gws
Content-Length: 219
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}