I have livescore website and it shows data of each day games for a week . The whole week games are show but today games are not .
I got this error in my console in both browsers chrome and firefox:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://alpha.fractalsciences.com:8080/databusiness/categories?referer=http://www.example.com/. This can be fixed by moving the resource to the same domain or enabling CORS.
I have the same data in another website it called very smoothly and nothing wrong with it .
NOTE: I do not know what is alpha.fractalsciences.com
it is not my domain and i do not use it in my codes I do not know why the console shows me this domain ???
Even I enabled the CORS by adding header('Access-Control-Allow-Origin: *');
to the first line of my index.php
but still getting the same problem.?? Is there any way to find out why my data stop showing eventhought I reach it by http as a plain XML ??? Is there any suggestion to deal with this?