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

61,895 Responses

  1. Ronaldpayon表示:

    http://modafinilmd.store/# modafinil pharmacy

  2. AlbertoHip表示:

    safe online pharmacy: secure checkout Viagra – buy generic Viagra online

  3. AlbertoHip表示:

    verified Modafinil vendors: doctor-reviewed advice – legal Modafinil purchase

  4. LorenzoLiate表示:

    FDA approved generic Cialis buy generic Cialis online Cialis without prescription

  5. LorenzoLiate表示:

    modafinil legality doctor-reviewed advice buy modafinil online

  6. RobertRef表示:

    secure checkout ED drugs: discreet shipping ED pills – affordable ED medication

  7. AlbertoHip表示:

    buy modafinil online: legal Modafinil purchase – verified Modafinil vendors

  8. Ronaldpayon表示:

    http://modafinilmd.store/# legal Modafinil purchase

  9. Ronaldpayon表示:

    http://modafinilmd.store/# purchase Modafinil without prescription

  10. LorenzoLiate表示:

    safe modafinil purchase doctor-reviewed advice buy modafinil online

  11. Ronaldpayon表示:

    http://modafinilmd.store/# modafinil legality

  12. RobertRef表示:

    cheap Viagra online: no doctor visit required – best price for Viagra

  13. RobertRef表示:

    verified Modafinil vendors: modafinil 2025 – verified Modafinil vendors

  14. Ronaldpayon表示:

    http://modafinilmd.store/# modafinil 2025

  15. JeremyMelty表示:

    purchase Modafinil without prescription: Modafinil for sale – purchase Modafinil without prescription

  16. RobertRef表示:

    safe online pharmacy: secure checkout Viagra – Viagra without prescription

  17. WileyHiz表示:

    1XBet stands as a top-tier online betting provider.
    Offering an extensive selection of sports, 1xBet caters to a vast audience around the world.
    The 1XBet app crafted to suit both Android devices and Apple devices users.
    http://jerezlecam.com/pag/ispolyzovanie_vintovyh_svay_pri_vozvedenii_fundamenta.html
    Players are able to download the 1xBet app via the official website or Play Store for Android.
    For iOS users, this software is available from Apple’s store easily.

  18. Charlesdauch表示:

    купить ноутбук леново ноутбук msi цена

  19. LorenzoLiate表示:

    doctor-reviewed advice legal Modafinil purchase modafinil 2025

  20. Lewiskerve表示:

    have a peek at this web-site https://web-foxwallet.com

  21. AlbertoHip表示:

    reliable online pharmacy Cialis: reliable online pharmacy Cialis – FDA approved generic Cialis

  22. JeremyMelty表示:

    order Cialis online no prescription: buy generic Cialis online – online Cialis pharmacy

  23. LorenzoLiate表示:

    order Viagra discreetly same-day Viagra shipping buy generic Viagra online

  24. JeremyMelty表示:

    best price for Viagra: trusted Viagra suppliers – secure checkout Viagra

發佈留言

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