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

42,875 Responses

  1. Travismut表示:

    buy plavix: plavix price – buy clopidogrel online

  2. Charleszed表示:

    Cost of Plavix on Medicare: generic pills – clopidogrel bisulfate 75 mg

  3. Travismut表示:

    Paxlovid buy online: shop – paxlovid cost without insurance

  4. Отличный сайт! Всем рекомендую!Реабилитационный центр Киев

  5. I blog frequently and I really thank you for your information. The article has truly peaked my interest. I’m going to take a note of your site and keep checking for new information about once per week. I opted in for your RSS feed too.

  6. Richardevics表示:

    rybelsus rybelsus price semaglutide

  7. Travismut表示:

    paxlovid for sale: Paxlovid over the counter – Paxlovid buy online

  8. вывод из запоя на дому в ростове вывод из запоя на дому в ростове .

  9. Travismut表示:

    Buy semaglutide: more – cheaper

  10. You’ve made some decent points there. I checked on the internet to find out more about the issue and found most individuals will go along with your views on this site.

  11. Richardevics表示:

    rybelsus generic semaglutide rybelsus

  12. Charleszed表示:

    is minocycline an antibiotic: stromectol fast delivery – п»їwhere to buy stromectol online

  13. Trenttat表示:

    https://rybelsus.icu/# rybelsus price
    best drugs for ed

  14. Trenttat表示:

    http://paxlovid1st.shop/# paxlovid covid
    how to treat ed

  15. Arthurfrunc表示:

    http://stromectol1st.shop/# where to buy ivermectin cream
    top 10 online pharmacy in india

  16. Charleszed表示:

    plavix best price: clopidogrel pills – cheap plavix antiplatelet drug

  17. Richardevics表示:

    Clopidogrel 75 MG price best price on generic buy clopidogrel online

  18. Travismut表示:

    buy Clopidogrel over the counter: plavix price – Cost of Plavix without insurance

  19. Arthurfrunc表示:

    http://stromectol1st.shop/# ivermectin 500mg
    indian pharmacies safe

  20. Travismut表示:

    order Rybelsus: semaglutide – rybelsus generic

  21. Richardevics表示:

    generic plavix Cost of Plavix on Medicare Plavix generic price

  22. Charleszed表示:

    buy clopidogrel bisulfate: check clopidogrel pro – Cost of Plavix without insurance

  23. Trenttat表示:

    https://stromectol1st.shop/# ivermectin 0.5%
    ed in young men

發佈留言

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