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

  1. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  2. JimmieTup表示:

    http://azithromycinus.com/# zithromax 250

  3. ArmandoDat表示:

    can i purchase cheap clomid without rx: order generic clomid online – can i get cheap clomid without rx

  4. Jaimevoink表示:

    cipro cipro online no prescription in the usa buy ciprofloxacin

  5. Check out my blog post; Daycares By Category (http://iballsportz.org)

  6. Jaimevoink表示:

    can i get clomid without prescription where can i buy generic clomid without dr prescription buy clomid without rx

  7. RobertUnmab表示:

    buy cytotec over the counter: buy cytotec online fast delivery – purchase cytotec

  8. ArmandoDat表示:

    ciprofloxacin order online: buy cipro cheap – ciprofloxacin generic price

  9. ArmandoDat表示:

    cost of brand name lisinopril: lisinopril 5 mg tablet cost – lisinopril 19 mg

  10. RobertUnmab表示:

    lisinopril brand name in usa: lisinopril 20 mg discount – lisinopril 5 mg price in india

  11. RobertUnmab表示:

    how to get generic clomid price: get clomid now – clomid pill

  12. поздравления с днем рождения брату поздравления с днем рождения брату .

  13. ArmandoDat表示:

    buy cytotec in usa: cytotec pills buy online – buy cytotec online

  14. ArmandoDat表示:

    buy cipro no rx: cipro pharmacy – ciprofloxacin over the counter

  15. поздравления с днем рождения подруге в прозе поздравления с днем рождения подруге в прозе .

  16. вывод из запоя в наркологическом стационаре Самары вывод из запоя в наркологическом стационаре Самары .

  17. лечение наркозависимости в стационаре лечение наркозависимости в стационаре .

  18. JimmieTup表示:

    https://clomid.store/# generic clomid pills

  19. Jaimevoink表示:

    where to get zithromax zithromax 250 mg pill zithromax z-pak

  20. RobertUnmab表示:

    ciprofloxacin: ciprofloxacin 500mg buy online – buy cipro cheap

  21. JimmieTup表示:

    https://lisinoprilus.com/# 1 lisinopril

  22. JimmieTup表示:

    http://clomid.store/# where buy cheap clomid without rx

  23. JimmieTup表示:

    http://ciprofloxacin.cheap/# ciprofloxacin over the counter

發佈留言

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