CORS ERROR

A CORS error (Cross-Origin Resource Sharing error) occurs when you're trying to make a request from one website (or domain) to another website, and the browser blocks the request for security reasons.


Why CORS Error Occurs -
CORS errors occur when a web page tries to access data or resources from a different domain, and the server of that domain hasn't granted permission for the request by including the appropriate CORS headers in its response. This security mechanism helps prevent unauthorized access and protects users' data and privacy.


Also, you can refer to these links for more:
 
http://stackoverflow.com/questions/3506208/jquery-ajax-cross-domain

http://stackoverflow.com/questions/16989505/jquery-cross-domain-ajax