Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://192.9.200.110/xxx.pdf. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
How to solve the issue, PDF is stored on different computer . I can access the PDF directly from the browser.
Hi,
You need to give access for JavaScript. Put this into .htaccess of the PDF web server:
Best regards,
Ivan.