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

  1. UFABET表示:

    Wonderful beat ! I would like to apprentice while you amend your web site, how can i subscribe for a weblog site? The account helped me a appropriate deal. I were a little bit acquainted of this your broadcast provided brilliant transparent concept

  2. CesarSep表示:

    Schone naturliiche Augenbrauen bei Microblading Berlin Ihre Anlaufstelle fur Permanent-Make-Up in Berlin Charlottenburg Jetzt Termin vereinbaren!
    https://microblading-berlin.com/ – microblading Berlin

  3. RobertPex表示:

    bet bahis giriЕџ yeni siteler tГјrkiye nin en iyi yasal bahis sitesi

  4. Josephnor表示:

    slot siteleri: slot siteleri – az parayla cok kazandiran slot oyunlar?

  5. Justinlib表示:

    https://pinup2025.com/# пинап казино

  6. Nevertheless, point to note is that it requires immense arduous efforts for the working and management of such issues for retaining the complete stuff go in the suitable order with making this sure that they’re running superb at the stipulated time interval.

  7. EdwardApest表示:

    https://slottr.top/# slot tr online

  8. TravisFlasp表示:

    kumar siteleri: bonus veren siteler – casino tГјrkiye

  9. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт телевизоров hisense в москве, можете посмотреть на сайте: ремонт телевизоров hisense сервис
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  10. Justinlib表示:

    https://casinositeleri2025.pro/# yasal kumar siteleri

  11. EdwardApest表示:

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

  12. Justinlib表示:

    https://casinositeleri2025.pro/# casinoda en Г§ok kazandД±ran oyun

  13. For big meetings, being strict about meetings administration is the only manner and employing professional instruments to track participant responses, ensure that they have locations to remain, copies of supporting materials in advance and that the assembly venue booked is still appropriate when it comes to measurement and site as the participant listing is firmed up is crucial if oversights are to be prevented.

  14. TravisFlasp表示:

    az parayla cok kazandiran slot oyunlar?: az parayla cok kazandiran slot oyunlar? – az parayla cok kazandiran slot oyunlar?

  15. Josephnor表示:

    slot oyunlar? puf noktalar?: az parayla cok kazandiran slot oyunlar? – slot oyunlar?

  16. TravisFlasp表示:

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

  17. Josephnor表示:

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

  18. RobertPex表示:

    pinup 2025 пинап казино pinup2025.com

  19. Josephnor表示:

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

  20. Justinlib表示:

    https://pinup2025.com/# пин ап казино

  21. Justinlib表示:

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

  22. TravisFlasp表示:

    en iyi oyun siteleri: casino slot siteleri – en gГјvenilir site

  23. RobertPex表示:

    en cok kazand?ran slot oyunlar? slot oyunlar? slot tr online

  24. RobertPex表示:

    пин ап казино зеркало пин ап казино зеркало пинап казино

  25. RobertPex表示:

    slot oyunlar? en cok kazand?ran slot oyunlar? en cok kazand?ran slot oyunlar?

  26. TravisFlasp表示:

    пинап казино: пин ап казино зеркало – пин ап вход

  27. Josephnor表示:

    en gГјvenilir bahis: gГјzel siteler – kaГ§ak siteler

  28. Justinlib表示:

    http://pinup2025.com/# пин ап казино зеркало

  29. EdwardApest表示:

    http://casinositeleri2025.pro/# ilk Гјyelik deneme bonusu veren siteler

  30. RobertPex表示:

    az parayla cok kazandiran slot oyunlar? en kazancl? slot oyunlar? slot oyunlar?

發佈留言

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