I am trying to validate a VAST tag in different validators. It throws me this error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xml. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
I can't figure out the problem because:
- I have enabled CORS in my Amazon S3 bucket.(Done the configuration)
- No errors are thrown for tags that were uploaded already while configuring the CORS in s3.
- If I copy the xml manually and test it as VAST xml, it works fine.
- I double checked on the urls for the files associated, everything is accesible and works fine.
What is the issue? Can't figure out the issue for whole day now, please help.