Mac OSx v10.12.6 Firefox 54.0.1 On Firefox I'm getting the following error after the: ``` const xhr = new XMLHttpRequest(); xhr.open('GET', ``` > XML Parsing Error: not well-formed > Location: I changed this to an AJAX 'GET' and set dataType and mimeType to 'application/pdf/' but then get: >Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://S3BUCKET.s3-ap-southeast-2.amazonaws.com/596772d37d3e5f6170d51de9/599be64abbebb505d93f0327/Annexure-1.pdf?AWSAccessKeyId=AWSACCESSKEY&Content-Type=application%2Fpdf&Expires=1503390725&Signature=SIGNATUREU%3D&x-amz-acl=public-read. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Mac OSx v10.12.6
Firefox 54.0.1
On Firefox I'm getting the following error after the:
I changed this to an AJAX 'GET' and set dataType and mimeType to 'application/pdf/' but then get: