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

43,699 Responses

  1. JordanAmoca表示:

    http://cipro.guru/# antibiotics cipro

  2. Irvinvef表示:

    https://doxycycline.auction/# order doxycycline online

  3. RaymondGef表示:

    cipro ciprofloxacin mail online ciprofloxacin mail online

  4. JordanAmoca表示:

    https://doxycycline.auction/# where to purchase doxycycline

  5. JordanAmoca表示:

    https://cipro.guru/# ciprofloxacin over the counter

  6. Irvinvef表示:

    http://diflucan.pro/# how much is over the counter diflucan

  7. Great site! I recommend to everyone!Checking AML

  8. RaymondGef表示:

    buy cytotec buy cytotec online fast delivery buy cytotec in usa

  9. RaymondGef表示:

    purchase cytotec buy cytotec buy cytotec

  10. JordanAmoca表示:

    https://diflucan.pro/# diflucan over the counter nz

  11. JordanAmoca表示:

    http://cipro.guru/# cipro for sale

  12. RaymondGef表示:

    buy cytotec online fast delivery buy cytotec Cytotec 200mcg price

  13. Irvinvef表示:

    https://diflucan.pro/# buy diflucan online no prescription

  14. JordanAmoca表示:

    https://cipro.guru/# cipro 500mg best prices

  15. JordanAmoca表示:

    http://cytotec24.com/# buy misoprostol over the counter

  16. Irvinvef表示:

    http://cytotec24.com/# cytotec online

  17. RaymondGef表示:

    effexor and tamoxifen nolvadex for pct tamoxifen hip pain

  18. RaymondGef表示:

    buy tamoxifen nolvadex during cycle tamoxifen pill

  19. JordanAmoca表示:

    http://nolvadex.guru/# hysterectomy after breast cancer tamoxifen

  20. JordanAmoca表示:

    https://diflucan.pro/# where to buy diflucan 1

  21. Irvinvef表示:

    https://nolvadex.guru/# tamoxifen joint pain

  22. RaymondGef表示:

    cipro buy cipro cheap buy cipro cheap

  23. WilliamAgicS表示:

    Cytotec 200mcg price: buy cytotec pills online cheap – п»їcytotec pills online

  24. JordanAmoca表示:

    https://doxycycline.auction/# buy doxycycline

  25. JordanAmoca表示:

    http://nolvadex.guru/# how does tamoxifen work

  26. WilliamAgicS表示:

    doxy 200: doxycycline mono – doxycycline without prescription

  27. WilliamAgicS表示:

    doxycycline vibramycin: doxycycline medication – buy doxycycline hyclate 100mg without a rx

  28. RaymondGef表示:

    tamoxifen citrate tamoxifen buy tamoxifen estrogen

  29. RaymondGef表示:

    doxycycline order online doxycycline 100mg online doxycycline 100 mg

  30. JordanAmoca表示:

    http://doxycycline.auction/# doxycycline vibramycin

發佈留言

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