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

  1. I would play multiple matches in parallel utilizing a 12 physical core Ryzen CPU.

  2. He is discovered by Maul, and together, they use the Power cooperatively to unravel a collection of exams, and retrieve a Sith Holocron.

  3. CoreyNeura表示:

    п»їkamagra sildenafil oral jelly 100mg kamagra sildenafil oral jelly 100mg kamagra

  4. JamesThync表示:

    Cenforce 100mg tablets for sale: cenforce.icu – Cenforce 150 mg online

  5. Charlescek表示:

    erectile dysfunction pills for sale: erectile dysfunction online – ed meds cheap

  6. BradleyPobby表示:

    https://kamagra.men/# Kamagra tablets

  7. Charlescek表示:

    drugs1st: online drugs – ed cures

  8. Charlescek表示:

    cheap ed pills online: buy ed medication online – erectile dysfunction pills for sale

  9. StevenAxofs表示:

    https://cenforce.icu/# buy cenforce

  10. BradleyPobby表示:

    https://drugs1st.pro/# drugs1st

  11. BradleyPobby表示:

    http://cenforce.icu/# cenforce.icu

  12. I’m typically to running a blog and i actually respect your content. The article has really peaks my interest. I’m going to bookmark your site and keep checking for brand spanking new information.

  13. Armchair seats with fold-up table tops for the air crews.

  14. It’s the most important metropolis near the center of the triangular area outlined by the Interstate highways between Atlanta, Birmingham, and Chattanooga.

  15. JamesThync表示:

    order cenforce: buy cenforce – cenforce.icu

  16. Charlescek表示:

    drugs1st: canadian online drugs – drugs1st

  17. StevenAxofs表示:

    https://cenforce.icu/# Cenforce 150 mg online

  18. StevenAxofs表示:

    http://kamagra.men/# Kamagra tablets

  19. BradleyPobby表示:

    http://kamagra.men/# Kamagra tablets

  20. StevenAxofs表示:

    https://kamagra.men/# super kamagra

  21. BradleyPobby表示:

    http://drugs1st.pro/# buy prescription drugs

  22. Charlescek表示:

    cialis without doctor prescription: ed treatments that really work – buy prescription drugs without doctor

  23. JamesThync表示:

    order ed pills online: buy erectile dysfunction medication – cheapest ed pills

  24. BradleyPobby表示:

    https://cenforce.icu/# cenforce

  25. StevenAxofs表示:

    https://cenforce.icu/# Purchase Cenforce Online

發佈留言

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