How to get content from remote url via ajax?
jQuery ajax request being block because Cross-Origin
Console Log
Cross-O
Try with cURL request for cross-domain.
If you are working through third party APIs or getting data through CROSS-DOMAIN, it is always recommended to use cURL script (server side) which is more secure.
I always prefer cURL script.