x-content-type 썸네일형 리스트형 JSONP, Content-Type, X-Content-Type-Options JSONP, Content-Type, X-Content-Type-OptionsJSONP브라우저의 Same Origin Policy를 우회하는 방법 중의 하나로 JSONP(JSON with Padding)가 있다.JSONP는 http://ANY_SERVER/jsonp-test?callback=printToScreen라는 resource가 반환하는 값을 JavaScript 코드로서 실행한다는 것이다.예를 들어, http://ANY_SERVER/jsonp-test?callback=printToScreen가 printToScreen("HELLO JSONP");라는 문자열을 반환하면 결국에는 아래와 같은 모양새가 되어,printToScreen이라는 JavaScript 함수를 실행하게 되는 것이다.Content-T.. 더보기 이전 1 다음