• Resolved eimpacteric

    (@eimpacteric)


    I’ve seen others complain about CORS issues with WP VR. Is there a way to fix this? All the other images served by our CDN on the website work fine. Only the images being used by WP VR are showing this CORS error.

    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://shedsunlimited.b-cdn.net/wp-content/uploads/Sheds/Workshop/Standard-Workshop-Shed/SSWS0812SP_10.jpg. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.

    I’ve tried adding this to my htaccess file:

    Header set Access-Control-Allow-Origin: *

    Server is running OpenLiteSpeed

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Fatema-Tuz-Zohra Nabila

    (@nabila98)

    Hi @eimpacteric,

    The CORS error you’re seeing is because the Access-Control-Allow-Origin header is missing on your CDN domain https://shedsunlimited.b-cdn.net/. Even though you’ve added the header to your .htaccess file, it also needs to be set on the CDN.

    Please add the following header to your CDN configuration:

    Header set Access-Control-Allow-Origin: *

    Adding this header should fix the issue. Please try this and let us know if it resolves your issue.

    Best Regards,

    Thread Starter eimpacteric

    (@eimpacteric)

    Ok, got it figured out…thanks!

    Plugin Support Fatema-Tuz-Zohra Nabila

    (@nabila98)

    Hi @eimpacteric,

    That’s great to hear that the issue has been solved.
    Please consider leaving a positive review?here?if you are happy with our prompt response to your issue!
    A simple 5-star rating from you will be highly motivating for our team.

    Best Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remot’ is closed to new replies.