$.ajax({
url: window.location.pathname,
dataType: 'html',
success: function(data, textStatus) {
console.log(data);
}
});
我如果這樣用抓回來是錯誤的404...
錯誤顯示:
index.html:1 Access to XMLHttpRequest at 'https://play.google.com/store/apps/details?id=jp.naver.line.android' from origin 'http://localhost:8000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
console也沒出來,我想抓的網頁也是如此QQ
Access-Control-Allow-Origin
跨網域問題
好像是同源政策
我個人是再自行架設webapi有遇到這問題
如果是從其他資料來源再請其他大大說明
跨網域問題...
可以請大大們幫忙一下!
添加http header試試看呢?
Access-Control-Allow-Origin: http://localhost:8000
天啊...
我不知道該怎麼加,麻煩Aka成是狗教一下,拜託