jQuery Cross Site Fetch

前端 未结 4 1222
轮回少年
轮回少年 2021-01-24 16:47

I feel like this is easy but I am missing something...

Using jQuery, I am trying to fetch a remote page (on a different server), capture the HTML contents, and inject

4条回答
  •  伪装坚强ぢ
    2021-01-24 17:52

    Alternatively you could use already-existing APIs like YQL or Pipes to access the data you're after... and then return results using JSONP (cross-domain operable).

提交回复
热议问题