SyntaxFix
Write A Post
Hire A Developer
Questions
It's only possible when the server sends this header: Access-Control-Allow-Origin: *
Access-Control-Allow-Origin: *
If this is your code then you can setup it like this (PHP):
header('Access-Control-Allow-Origin: *');