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

  1. Danieljek表示:

    rexall pharmacy amoxicillin 500mg http://clomidrexpharm.com/# can i order cheap clomid tablets

  2. Shaunjen表示:

    over the counter ed drugs http://canadiandrugsgate.com/# natural ed remedies
    cause of ed

  3. Shaunjen表示:

    cheap ed pills https://canadiandrugsgate.com/# cheap drugs
    mens erection pills

  4. JefferyTar表示:

    best india pharmacy: indianpharmacyeasy.com – india pharmacy mail order

  5. JefferyTar表示:

    best india pharmacy: Indian pharmacy international shipping – online shopping pharmacy india

  6. Тут можно преобрести сейф огнеупорный противопожарный сейф

  7. Тут можно преобрести сейф для охотничьего ружья купить шкаф для оружия

  8. Bradleygoath表示:

    https://mexicanpharmgate.com/# mexican drugstore online

  9. Aviator’s real-time betting style makes it a hit among India’s online gaming community. Aim to cash out before the plane flies away. With fast-paced rounds and huge multiplier potential, it’s a game of skill and excitement.

    aviator real money game aviator game online .

  10. Здесь можно преобрести сейф купить сейфы купить в москве

  11. Bradleygoath表示:

    http://indianpharmacyeasy.com/# indianpharmacy com

  12. What I have seen in terms of laptop or computer memory is that there are technical specs such as SDRAM, DDR or anything else, that must go with the technical specs of the motherboard. If the personal computer’s motherboard is reasonably current and there are no main system issues, updating the storage space literally normally takes under an hour. It’s among the easiest computer upgrade processes one can consider. Thanks for spreading your ideas.

  13. Diplomi_zsEa表示:

    поддельный аттестат купить поддельный аттестат купить .

  14. вывод. из. запоя. на. дому. ростов. http://www.honey.ukrbb.net/viewtopic.php?f=45&t=16673 .

  15. вывод. из. запоя. анонимно. ростов. http://family2.quadrobb.me/viewtopic.php?id=1836#p6861 .

  16. Diplomi_edEa表示:

    купить диплом гознак дешево купить диплом гознак дешево .

  17. LarryEvini表示:

    best natural cure for ed: canadian drugs gate – erectal disfunction

發佈留言

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