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

  1. Jeromedug表示:

    cytotec buy online usa buy cytotec online fast delivery buy cytotec pills

  2. ArchieAnice表示:

    https://nolvadex.icu/# how to lose weight on tamoxifen

  3. Williampiree表示:

    buy cipro: п»їcipro generic – ciprofloxacin order online

  4. ArchieAnice表示:

    https://doxycyclinest.pro/# doxycycline hydrochloride 100mg

  5. Jeromedug表示:

    order diflucan online order diflucan how much is diflucan

  6. Williampiree表示:

    candida diflucan: buying diflucan over the counter – can i buy diflucan over the counter in canada

  7. RussellVog表示:

    buy cytotec pills online cheap: buy cytotec online fast delivery – buy cytotec online

  8. Jamesempiz表示:

    buy cipro online: buy ciprofloxacin tablets – ciprofloxacin mail online

  9. RussellVog表示:

    buy doxycycline 100mg: doxycycline vibramycin – buy doxycycline cheap

  10. ArchieAnice表示:

    http://diflucan.icu/# diflucan online australia

  11. Jeromedug表示:

    antibiotics cipro buy generic ciprofloxacin buy cipro online without prescription

  12. Jeromedug表示:

    nolvadex price nolvadex for pct tamoxifen breast cancer prevention

  13. RussellVog表示:

    where can i purchase diflucan: 150 mg diflucan online – buy diflucan generic

  14. Jeromedug表示:

    lexapro and tamoxifen nolvadex for sale tamoxifen benefits

  15. RussellVog表示:

    where to buy diflucan in uk: diflucan pills prescription – generic diflucan 150 mg

  16. ArchieAnice表示:

    https://ciprofloxacin.guru/# where to buy cipro online

  17. RussellVog表示:

    diflucan 100 mg tab: diflucan tablet 100 mg – diflucan buy nz

  18. Jeromedug表示:

    how to buy diflucan online buying diflucan over the counter cost of diflucan prescription in mexico

  19. Jeromedug表示:

    cipro online no prescription in the usa buy cipro cheap cipro 500mg best prices

  20. Williampiree表示:

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

  21. RussellVog表示:

    cytotec pills online: buy cytotec – buy cytotec online

  22. Jamesempiz表示:

    where to get diflucan: diflucan 150 mg price – diflucan rx coupon

  23. Williampiree表示:

    cipro ciprofloxacin: cipro pharmacy – ciprofloxacin 500mg buy online

  24. Jeromedug表示:

    doxycycline tablets doxycycline 150 mg doxycycline

  25. RussellVog表示:

    diflucan otc in canada: online diflucan – diflucan 150 mg tablet

  26. RussellVog表示:

    buy doxycycline without prescription: how to buy doxycycline online – doxy 200

  27. Отличный сайт! Всем рекомендую, качественный и быстрый ремонт техники! ремонт айфонов

  28. Vbnlkt表示:

    ivermectin 6 mg – cefaclor 250mg oral cefaclor pill

  29. Jamesempiz表示:

    tamoxifen dose: tamoxifen vs raloxifene – tamoxifen chemo

  30. Jeromedug表示:

    odering doxycycline buy cheap doxycycline online doxycycline vibramycin

發佈留言

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