인터넷을 찾아보니..
RFC 2616 (HTTP 1.1) 스펙 규격에 따르면, HTTPS 페이지에서 HTTP 페이지로 링크로 넘어갈 때, 브라우져에서 HTTP 페이지에 Referer를 넘기지 않는다. 다음 같은 조항 때문이다.
https://www.w3.org/Protocols/rfc2616/rfc2616-sec15.html#sec15.1.3
Clients SHOULD NOT include a Referer header field in a (non-secure) HTTP request if the referring page was transferred with a secure protocol.
'Web service' 카테고리의 다른 글
[jquery] file upload 예제 (0) | 2017.05.30 |
---|---|
구글 place api : request_denied (0) | 2016.06.28 |
google place의 map api 사용시 유의할 점 (위/경도) (0) | 2015.10.05 |
Jquery.ajax 에서 json string 읽기 (0) | 2015.06.29 |
[nginx] 기본 설치 모듈 정보 (with, without) (0) | 2015.06.22 |