タグ

ブックマーク / ionic.io (1)

  • Handling CORS issues in Ionic - Ionic Blog

    If you’ve used ionic serve or ionic run with live reload and accessing external API endpoints, chances are you’ve run into some CORS issues. They usually look something like this: XMLHttpRequest cannot load http://api.ionic.com/endpoint. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8100' is therefore not allowed access. So what is CORS, and

    fumikito
    fumikito 2017/06/28
    cors対策ではブラウザのCORSをオフにするのが正しい
  • 1