透過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,251 Responses

  1. RobertPex表示:

    yabancД± Еџans oyunlarД± siteleri discount casД±no oyun dene

  2. RobertPex表示:

    slot oyunlar? slot oyunlar? puf noktalar? slot tr online

  3. Josephnor表示:

    slot oyunlar?: en kazancl? slot oyunlar? – slot oyunlar? puf noktalar?

  4. RobertPex表示:

    en kazancl? slot oyunlar? slot oyunlar? puf noktalar? en cok kazand?ran slot oyunlar?

  5. Hjybfn表示:

    buy generic promethazine – phenergan for sale online lincomycin 500mg without prescription

  6. Justinlib表示:

    http://slottr.top/# en kazancl? slot oyunlar?

  7. Justinlib表示:

    http://pinup2025.com/# пин ап

  8. 台湾の表示:

    The SPC issued a document-setting 43 mesoscale discussions (MCD) all through the course of the day (12 UTC December 10 to 12 UTC December 11), all of which were associated with the broader storm system: 38 of the MCDs issued were convective discussions regarding the severe thunderstorm exercise, and 5 were non-convective discussions regarding heavy snow associated with the system that concurrently fell all through much of the Higher Midwest.

  9. In Taylor County, one woman was killed.

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

  11. Justinlib表示:

    http://casinositeleri2025.pro/# yeni bahis siteleri deneme bonusu

  12. Justinlib表示:

    http://slottr.top/# en cok kazand?ran slot oyunlar?

  13. EdwardApest表示:

    http://pinup2025.com/# пин ап вход

  14. Josephnor表示:

    en kazancl? slot oyunlar?: en cok kazand?ran slot oyunlar? – slot oyunlar? puf noktalar?

  15. RobertPex表示:

    en cok kazand?ran slot oyunlar? en cok kazand?ran slot oyunlar? az parayla cok kazandiran slot oyunlar?

  16. EdwardApest表示:

    https://slottr.top/# slot oyunlar? puf noktalar?

  17. Boutique silver shops at Delhi and Gurgaon, India.

  18. TravisFlasp表示:

    online casino bet: saglam siteler – en yeni bet siteleri

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

  20. Income administration’ is the most recent catchphrase within the hospitality business.

  21. TravisFlasp表示:

    curacao lisans siteleri: deneme bonusu beren siteler – casino oyna

  22. Josephnor表示:

    casinombet: slot oyunlarД± – pronet giriЕџ

  23. Justinlib表示:

    http://slottr.top/# en kazancl? slot oyunlar?

  24. TravisFlasp表示:

    slot tr online: en cok kazand?ran slot oyunlar? – slot oyunlar? puf noktalar?

  25. Josephnor表示:

    пин ап казино: pinup 2025 – пин ап казино зеркало

發佈留言

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