ionic problem No 'Access-Control-Allow-Origin'

后端 未结 4 807
独厮守ぢ
独厮守ぢ 2020-12-19 00:10

I\'m working on an ionic apps. My problem is: when I try to get data from server I got this:

XMLHttpRequest cannot load https://mywebsite.com/api. No

4条回答
  •  被撕碎了的回忆
    2020-12-19 00:48

    Put it on top of your PHP file like:

    
    

    Note: as with all uses of the PHP header function, this must be before any output has been sent from the server.

提交回复
热议问题