透過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...

50,395 Responses

  1. Keesha表示:

    my site – Keesha

  2. Firms are confronted with IT risks from a number of sources which aren’t restricted to info systems.

  3. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  4. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  5. рейтинги процессоров для пк http://www.topcpu.ru/ .

  6. анонимный вывод из запоя ростов https://vyvod-iz-zapoya-rostov239.ru .

  7. BrettTIT表示:

    erectile dysfunction meds online: FastPillsEasy – cheapest ed online

  8. Charlesbot表示:

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

  9. Charlesbot表示:

    http://fastpillseasy.com/# best online ed treatment

  10. Donaldabula表示:

    Cialis 20mg price Cialis 20mg price Tadalafil price

  11. Donaldabula表示:

    Viagra tablet online buy viagra online cheapest viagra

  12. shbet.boo表示:

    Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  13. Donaldabula表示:

    best price for viagra 100mg FastPillsForMen sildenafil online

  14. Donaldabula表示:

    Tadalafil Tablet Generic Tadalafil 20mg price Cialis without a doctor prescription

  15. BrettTIT表示:

    Cialis 20mg price in USA: Generic Cialis without a doctor prescription – п»їcialis generic

  16. рейтинги производительности процессоров [url=www.topcpu.ru/]рейтинги производительности процессоров[/url] .

  17. вывод из запоя на дому ростов на дону [url=http://www.vyvod-iz-zapoya-rostov222.ru]вывод из запоя на дому ростов на дону[/url] .

  18. капельница от похмелья на дому [url=vyvod-iz-zapoya-rostov239.ru]капельница от похмелья на дому[/url] .

  19. Charlesbot表示:

    https://fastpillsformen.com/# Generic Viagra for sale

  20. рейтинги процессоров для пк http://www.topcpu.ru/ .

  21. вывод из запоя дешево ростов на дону http://www.vyvod-iz-zapoya-rostov222.ru/ .

  22. Charlesbot表示:

    https://maxpillsformen.com/# Generic Cialis without a doctor prescription

  23. сравнение процессоров для пк http://www.topcpu.ru .

  24. BrettTIT表示:

    best online ed medication: cheap cialis – ed meds by mail

  25. BrettTIT表示:

    cialis for sale: MaxPillsForMen.com – п»їcialis generic

發佈留言

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