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

47,781 Responses

  1. That reality may shock you if you recognize Japanese tradition and know that homes are usually tiny and people just do not have house to gather things.

  2. low 配当表示:

    The programme and subsequent press coverage, together with Clarke’s look on the cover of Vogue, photographed by Robert Mapplethorpe, brought him to broader public attention.

  3. AndrewWrign表示:

    кафельная плитка для ванной легкая укладка https://ukladka-keramogranita-spb.ru

  4. Отличный сайт! Всем рекомендую!шкафы на заказ

  5. Derekfar表示:

    deneme bonusu veren siteler betturkey: deneme bonusu veren siteler yerliarama.org – deneme bonusu veren siteler yerliarama.org

  6. ClydePab表示:

    slot siteleri: slot siteleri – slot oyunlar? puf noktalar?

  7. LarryCoell表示:

    ultrabet tr online ultrabet guncel ultrabet giris

  8. Derekfar表示:

    slot oyunlar? puf noktalar?: slot oyunlar? puf noktalar? – slot oyunlar? puf noktalar?

  9. LarryCoell表示:

    Canl? Casino Siteleri guvenilir casino siteleri casino siteleri win

  10. Отличный сайт! Всем рекомендую!шкафы на заказ

  11. ClydePab表示:

    casino siteleri win: casino siteleri win – casino siteleri win

  12. Suncity888表示:

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

  13. infulky表示:

    Quincy DRotpLApREFvHhxlEO 6 27 2022 buy priligy cheap JAMA 1980; 244 1209- 12

  14. Derekfar表示:

    matadorbet.bid: matadorbet – matadorbet.bid

  15. Тут можно преобрести шкаф для ружья оружейный сейф для ружья

  16. Sazrrpb表示:

    Как оказалось, купить диплом кандидата наук не так уж и сложно

    teseygroup.ru/question/ofitsialnyj-diplom-bez-lishnih-usilij-prosto-i-bystro/

  17. Diplomi_jvMl表示:

    купить диплом о высшем образовании с занесением в реестр в красноярске купить диплом о высшем образовании с занесением в реестр в красноярске .

  18. Diplomi_nwkn表示:

    купить диплом о профессиональном образовании купить диплом о профессиональном образовании .

  19. CarrollUnton表示:

    deneme bonusu veren siteler https://slot-tr.online/# slot siteleri

  20. view insta stories anonymously storyinst.com .

  21. ClydePab表示:

    matadorbet giris: matadorbet – matadorbet bid

  22. cheap cam sex表示:

    I have really noticed that repairing credit activity has to be conducted with techniques. If not, chances are you’ll find yourself destroying your positioning. In order to realize your aspirations in fixing your credit rating you have to ensure that from this moment you pay all your monthly dues promptly prior to their timetabled date. It is really significant because by not accomplishing this, all other methods that you will decide to try to improve your credit rating will not be effective. Thanks for discussing your strategies.

  23. Derekfar表示:

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

  24. LarryCoell表示:

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

  25. Тут можно преобрести сейф оружейный купить москва сейф для пистолета и ружья

  26. сервис для накрутки подписчиков в инстаграм http://artmaxboost11.com .

發佈留言

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