"Cross-Origin Request Blocked" issue
-
I am attempting to load some videos using Fancybox, but I keep getting a “Cross-Origin Request Blocked” error. I thought that it might be the videos themselves, but I am getting it when attempting to load any external resource into Fancybox:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://smackdown.blogsblogsblogs.com/. This can be fixed by moving the resource to the same domain or enabling CORS.I tried editing the fancybox.php file to add this parameter to the call:
'crossDomain': trueBut it did not help any. Suggestions?
Thanks.
-Michael
The topic ‘"Cross-Origin Request Blocked" issue’ is closed to new replies.