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

  1. вывод из запоя ростовская область http://vip.mybb.rocks/viewtopic.php?id=7670/ .

  2. I have observed that intelligent real estate agents everywhere you go are warming up to FSBO ***********. They are knowing that it’s more than merely placing a sign post in the front yard. It’s really with regards to building human relationships with these traders who sooner or later will become customers. So, after you give your time and efforts to aiding these dealers go it alone – the “Law regarding Reciprocity” kicks in. Great blog post.

  3. Jamiecaw表示:

    https://mexicanpharmgate.com/# mexico pharmacies prescription drugs

  4. JefferyTar表示:

    cure ed: Canadian pharmacy online – sexual dysfunction in men

  5. анонимный вывод из запоя ростов https://www.business.0pk.me/viewtopic.php?id=37942#p224618 .

  6. вывод из запоя дешево ростов-на-дону https://ideya.forums.party/viewtopic.php?id=652 .

  7. вывод из запоя круглосуточно ростов-на-дону https://sportandpolitics.ukrbb.net/viewtopic.php?f=24&t=17793v/ .

  8. наркология вывод из запоя ростов https://internetmoney.bestbb.ru/viewtopic.php?id=31697/ .

  9. Greetings! Very useful advice within this post! It is the little changes which will make the most significant changes. Thanks for sharing!

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

  11. Feel free to surf to my homepage Daycares By Category

  12. JefferyTar表示:

    top 10 online pharmacy in india: Best online Indian pharmacy – indian pharmacy paypal

  13. Bradleygoath表示:

    https://canadiandrugsgate.com/# how to treat ed

  14. Bradleygoath表示:

    http://mexicanpharmgate.com/# mexico pharmacies prescription drugs

  15. Сервисный центр предлагает ремонт asus m70sa цены ремонт asus m70sa

  16. Тут можно преобрести сейф огнестойкий купить несгораемый сейф купить

  17. Jamiecaw表示:

    http://mexicanpharmgate.com/# mexican pharmaceuticals online

  18. LarryEvini表示:

    world pharmacy india: indian pharmacy – india pharmacy

  19. Hello, I dedsire tto subscribe foor thuis blog to geet lwtest updates,
    sso where can i ddo it please assist.

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

  21. You can certainly see your enthusiasm within the paintings you write. The world hopes for more passionate writers such as you who aren’t afraid to mention how they believe. All the time go after your heart.

發佈留言

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