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

56,734 Responses

  1. This recreation will get the laughs and giggles going very quickly.

  2. A committee of delegates led by Alexander Hamilton demanded that Pennsylvania’s state government put down the rebellion, but it surely declined, saying that the protesters weren’t violent.

  3. Pingidiof表示:

    darknet drug store https://github.com/aresonioncq0a7/aresonion – darknet markets onion

  4. JamesGag表示:

    mexican drug stores online: Mexican Pharm Inter – buying from online mexican pharmacy

  5. Arthurhow表示:

    https://indiamedfast.shop/# lowest prescription prices online india
    canadapharmacyonline com

  6. Arthurhow表示:

    http://mexicanpharminter.com/# Mexican Pharm Inter
    canadadrugpharmacy com

  7. Williszew表示:

    https://interpharmonline.com/# canadian pharmacy antibiotics

  8. Arthurhow表示:

    https://interpharmonline.com/# www canadianonlinepharmacy
    canadian pharmacy tampa

  9. Williszew表示:

    https://indiamedfast.com/# India Med Fast

  10. Georgewhend表示:

    india online pharmacy store: cheapest online pharmacy india – online pharmacy india

  11. Williszew表示:

    https://mexicanpharminter.shop/# Mexican Pharm Inter

  12. JamesGag表示:

    india pharmacy without prescription: india online pharmacy store – cheapest online pharmacy india

  13. Latonya Tozer表示:

    This is a great article!

  14. JamesGag表示:

    india pharmacy without prescription: online medicine shopping in india – India Med Fast

  15. Williszew表示:

    http://interpharmonline.com/# vipps approved canadian online pharmacy

  16. Georgewhend表示:

    order medicines online india: IndiaMedFast.com – IndiaMedFast

  17. Arthurhow表示:

    https://mexicanpharminter.com/# mexican pharmacy online order
    buying drugs from canada

  18. JamesGag表示:

    Mexican Pharm International: buying from online mexican pharmacy – buying from online mexican pharmacy

  19. Pingidiof表示:

    darkmarket 2025 https://github.com/aresonioncq0a7/aresonion – dark web market list

發佈留言

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