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

43,707 Responses

  1. JamesDiect表示:

    Angela White: Angela White filmleri – Angela White filmleri

  2. Chillerobliz表示:

    Здесь вы найдете очень качественный чиллер для охлаждения

  3. RodrigoJet表示:

    http://evaelfie.pro/# eva elfie modeli

  4. EddieDor表示:

    https://abelladanger.online/# abella danger izle

  5. JamesDiect表示:

    eva elfie video: eva elfie izle – eva elfie filmleri

  6. Thomasgelty表示:

    https://abelladanger.online/# abella danger video

  7. JamesDiect表示:

    eva elfie izle: eva elfie modeli – eva elfie izle

  8. Thomasgelty表示:

    http://angelawhite.pro/# Angela White video

  9. EddieDor表示:

    https://abelladanger.online/# abella danger video

  10. RodrigoJet表示:

    https://angelawhite.pro/# Angela Beyaz modeli

  11. JamesDiect表示:

    ?????? ????: Angela Beyaz modeli – Angela White izle

  12. Metal evaluation services Ferrous metal acquisitions Iron scrap transportation

    Ferrous material machinery upgrades, Iron repurposing and recycling, Metal recycling and recovery

  13. Njhtwy表示:

    cheap thesis binding my childhood essay writing my best friend essay writing

  14. RodrigoJet表示:

    https://abelladanger.online/# abella danger video

  15. Thomasgelty表示:

    http://lanarhoades.fun/# lana rhodes

  16. Bfpnth表示:

    where to buy propranolol without a prescription clopidogrel 150mg sale oral clopidogrel 150mg

  17. Thomasgelty表示:

    http://sweetiefox.online/# Sweetie Fox modeli

  18. JamesDiect表示:

    eva elfie video: eva elfie modeli – eva elfie

  19. JamesDiect表示:

    Angela White: abella danger video – abella danger filmleri

  20. EddieDor表示:

    https://angelawhite.pro/# Angela White izle

  21. RodrigoJet表示:

    https://abelladanger.online/# abella danger izle

  22. JamesDiect表示:

    lana rhodes: lana rhoades – lana rhoades izle

  23. Thomasgelty表示:

    http://angelawhite.pro/# Angela White izle

  24. Thomasgelty表示:

    http://abelladanger.online/# abella danger filmleri

  25. RodrigoJet表示:

    https://abelladanger.online/# Abella Danger

  26. JamesDiect表示:

    lana rhoades filmleri: lana rhoades izle – lana rhoades filmleri

  27. Thomasgelty表示:

    https://sweetiefox.online/# Sweetie Fox modeli

  28. JamesDiect表示:

    Angela White izle: ?????? ???? – Angela Beyaz modeli

  29. Thomasgelty表示:

    https://lanarhoades.fun/# lana rhodes

發佈留言

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