reactjs - Error message "No 'Access-Control-Allow-Origin' header is present on the requested resource" -


error:

xmlhttprequest cannot load http://kostat.go.kr/file_total/kor3/korip1_14.pdf. no 'access-control-allow-origin' header present on requested resource. origin 'http://www.lululala.co.kr:8000' therefore not allowed access.

i'm front-end developer... want other web site infomation. cors error... how can do?

i set header access-control-allow-origin header * , other. use react. , install middleware lib. not working.

please me...


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -