다른 도메인에 있는 결과 값을 읽어오려는데 이런 에러가 난다. Failed to load URL : No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access.jquery.js:2 XHR finished loading: POST "URL". 기존에는 해당 사이트에 Access-Control-Allow-Origin설정을 했었는데..계속 사용을 해야 하는 부분인데 매번 각 사이트 마다 요청을 할 수는 없으니까.내가 다른 방법을 찾아야 했다. 그래서 찾은게 jsonp이다.. 사용방법은 ajax랑 비슷한데type은 GET..