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

  1. Jeffreyvop表示:

    indian pharmacy paypal: Indian pharmacy international shipping – best online pharmacy india

  2. MatthewHen表示:

    vitamins for ed Canada Pharmacy compare ed drugs

  3. MatthewHen表示:

    buying prescription drugs in mexico Mexican pharmacies that ship to the United States buying prescription drugs in mexico

  4. Willardvem表示:

    http://indiapharmi.com/# best online pharmacy india

  5. Velas_ieSt表示:

    Расслабьтесь с велас ароматическими свечами, Какие ароматы выбрать для разных помещений, Создайте магию с ароматическими велас свечами
    para velas para velas .

  6. Ernestzow表示:

    top 10 pharmacies in india: Indian online pharmacy ship to USA – top online pharmacy india

  7. StephenJem表示:

    http://mexicanpharmi.com/# medicine in mexico pharmacies

  8. самые прибыльные франшизы самые прибыльные франшизы .

  9. Jeffreyvop表示:

    overcoming ed: Best Canadian online pharmacy – best male ed pills

  10. Jeffreyvop表示:

    mexico pharmacies prescription drugs: mexican pharmacy – mexican pharmaceuticals online

  11. Jeffreyvop表示:

    mexico drug stores pharmacies: Online Mexican pharmacy – mexico pharmacies prescription drugs

  12. StephenJem表示:

    https://indiapharmi.com/# best online pharmacy india

  13. StephenJem表示:

    http://canadianpharmi.com/# natural ed remedies

  14. Willardvem表示:

    http://canadianpharmi.com/# sildenafil without a doctor’s prescription

  15. MatthewHen表示:

    online shopping pharmacy india Pharmacies in India that ship to USA india pharmacy mail order

  16. StephenJem表示:

    http://canadianpharmi.com/# best ed drug

  17. StephenJem表示:

    http://canadianpharmi.com/# male ed drugs

  18. Jeffreyvop表示:

    india pharmacy: Best online Indian pharmacy – indian pharmacy

  19. Willardvem表示:

    https://mexicanpharmi.com/# purple pharmacy mexico price list

  20. франшизный бизнес франшизный бизнес .

  21. The latter have merely enthroned quantum occasions on the seat of God, the place their forerunners had positioned first Freudian, later Skinnerian psychology and eventually genes, each with as little transparency because the burning bush itself; though trumpeting forth with the identical high pretensions as the dormitory principle and cognate forms of humbug.

  22. MatthewHen表示:

    ed dysfunction treatment Canada Pharmacy online reviews best drugs for erectile dysfunction

  23. Free Transport in India.

  24. Jeffreyvop表示:

    ed pharmacy: canadianpharmi – viagra without a prescription

  25. Willardvem表示:

    https://indiapharmi.com/# buy prescription drugs from india

  26. Before social media networks, the actual community was exterior the internet and traveling assists in achieving that in a roundabout way.

  27. таможенные брокеры вэд [url=http://tamozhennyj-predstavitel-moskva11.ru]таможенные брокеры вэд[/url] .

  28. MatthewHen表示:

    ambien without a doctor’s prescription Best Canadian online pharmacy google viagra dosage recommendations

發佈留言

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