chrome extension only in your browser but in your apps will still have the same issue, so to solve this, you need to add headers in the server:
headers.append(‘Access-Control-Allow-Origin’ , ‘*’);
headers.append(‘Access-Control-Allow-Methods’, ‘POST, GET, OPTIONS, PUT’);
↧
Http post Request error *No access control origin * in ionic
↧