blocked by CORS policy
Client Side Origin is automatically attached to every request to identify the origin of the call Server Side Header "Access-Control-Allow-Origin" and "Access-Control-Allow-Methods" is attached to every response so the browser can crosscheck if the response is valid. For Example, for an Apache server <IfModule mod_