透過JS跨網域存取XML檔

為了一些安全性的因素,通常伺服器會阻擋跨網域的XML存取,當然如果你是該網站開發者,所開發的頁面應該將會被放在被認可的網域中,不會碰到這個問題,但我們在開發前期有可能會不在所屬的網域,這樣就會造成開發上的困難,不過我們可以透過Yahoo所提供的YQL查詢語法來解決這個問題,以下就是相關的說明:

若我們在自己的電腦用以下的語法去存取一個網路上的XML

<script>
    $(function () {
        var xmlSource = "http://stanley.cloudlab.tw/crossDomainXML/testXML.xml";
        $.ajax({
            url: xmlSource,
            success: function (data) {
                console.log(data);
            }
        })
    })
</script>

很可能會出現「No Access Control Allow Origin」的訊息:

Cross doamin XML access

但如果套用上YQL之後

<script>
$(function(){
	var xmlSource = "http://stanley.cloudlab.tw/crossDomainXML/testXML.xml";
	var yqlURL = [
		"http://query.yahooapis.com/v1/public/yql",
		"?q=" + encodeURIComponent("select * from xml where url='" + xmlSource + "'"),
		"&format=xml&callback=?"
	].join("");

	$.getJSON(yqlURL, function(data){
		console.log(data)
	});
	
})
</script>
Cross doamin XML access

可以看到已經可以抓到XML內容,這樣可以讓我們較為方便的去開發,其他詳細的使用說明可以參考Yahoo YQL Guide

You may also like...

48,514 Responses

  1. наркологическая скорая бесплатная [url=https://justforum.bestforums.org/viewtopic.php?f=26&t=4785/]https://justforum.bestforums.org/viewtopic.php?f=26&t=4785/[/url] .

  2. наркологическая срочная помощь [url=https://www.vishivayu.ukrbb.net/viewtopic.php?f=12&t=13503]https://www.vishivayu.ukrbb.net/viewtopic.php?f=12&t=13503[/url] .

  3. наркологическая срочная помощь [url=4dkp.forum24.ru/?1-18-0-00002760-000-0-0-1730876849]наркологическая срочная помощь[/url] .

  4. Donaldabula表示:

    cheapest viagra FastPillsForMen.com Viagra online price

  5. Donaldabula表示:

    Tadalafil Tablet Cialis over the counter Generic Cialis without a doctor prescription

  6. BrettTIT表示:

    Viagra without a doctor prescription Canada: cheap viagra – buy Viagra online

  7. срочная наркологическая помощь в москве http://www.klin.0pk.me/viewtopic.php?id=4428 .

  8. Donaldabula表示:

    Cialis over the counter MaxPillsForMen buy cialis pill

  9. RogerFaf表示:

    https://fastpillseasy.com/# where can i buy erectile dysfunction pills

  10. Barrybib表示:

    ed pills for sale: cheap cialis – online ed prescription

  11. Charlesbot表示:

    https://fastpillseasy.com/# best online ed medication

  12. RogerFaf表示:

    http://fastpillsformen.com/# over the counter sildenafil

  13. Charlesbot表示:

    http://fastpillseasy.com/# buying ed pills online

  14. Barrybib表示:

    Cheap generic Viagra online: Fast Pills For Men – Cheapest Sildenafil online

  15. Barrybib表示:

    cost of ed meds: FastPillsEasy – top rated ed pills

  16. BrettTIT表示:

    Generic Cialis without a doctor prescription: MaxPillsForMen – Cialis without a doctor prescription

  17. RogerFaf表示:

    https://fastpillseasy.com/# erectile dysfunction medicine online

  18. RogerFaf表示:

    https://maxpillsformen.com/# cheapest cialis

  19. Donaldabula表示:

    cheapest cialis Max Pills For Men Cialis 20mg price in USA

  20. Barrybib表示:

    Generic Viagra online: FastPillsForMen – buy Viagra online

  21. BrettTIT表示:

    Buy Tadalafil 5mg: Generic Tadalafil 20mg price – Cialis 20mg price

  22. BrettTIT表示:

    Buy Cialis online: buy cialis online – Cheap Cialis

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。