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

44,004 Responses

  1. Philiputipt表示:

    ed pills boner pills online get ed meds today

  2. Philiputipt表示:

    can i buy prescription drugs in canada pills no prescription online pharmacy not requiring prescription

  3. It’s a game. Five dollars is free. Try it It’s not an easy game
    ->-> 토토사이트 .COM

  4. MatthewSox表示:

    buy medication online with prescription: quality prescription drugs canada – how to buy prescriptions from canada safely

  5. ArmandoSausy表示:

    https://edpill.top/# order ed pills

  6. Philiputipt表示:

    canada pharmacy not requiring prescription legit non prescription pharmacies canadian pharmacy coupon code

  7. HarveyLaree表示:

    http://onlinepharmacyworld.shop/# no prescription required pharmacy

  8. ArmandoSausy表示:

    http://edpill.top/# ed pills for sale

  9. Austinnet表示:

    best online pharmacies without prescription: canadian prescriptions in usa – canadian prescription drugstore review

  10. MatthewSox表示:

    pills for erectile dysfunction online: cheapest erectile dysfunction pills – what is the cheapest ed medication

  11. Austinnet表示:

    ed rx online: cheap ed – ed meds by mail

  12. MatthewSox表示:

    canadian pharmacy without prescription: canadian pharmacy discount coupon – pharmacy online 365 discount code

  13. Philiputipt表示:

    ed drugs online low cost ed meds online erectile dysfunction medication online

  14. ArmandoSausy表示:

    https://onlinepharmacyworld.shop/# rx pharmacy no prescription

  15. Philiputipt表示:

    canadian pharmacies not requiring prescription rx pharmacy no prescription canadian pharmacy world coupon

  16. Harveyicofs表示:

    https://edpill.top/# buy ed meds online

  17. Austinnet表示:

    prescription drugs online: canadian pharmacy no prescription – canadian online pharmacy no prescription

  18. ArmandoSausy表示:

    http://medicationnoprescription.pro/# cheap drugs no prescription

  19. Harveyicofs表示:

    http://medicationnoprescription.pro/# non prescription pharmacy

  20. MatthewSox表示:

    canadian pharmacy without prescription: online pharmacy prescription – canadian pharmacy no prescription

  21. Philiputipt表示:

    cheapest pharmacy for prescription drugs cheap pharmacy no prescription online pharmacy discount code

  22. MatthewSox表示:

    how to get prescription drugs from canada: canada pharmacy no prescription – buying prescription medications online

  23. HarveyLaree表示:

    https://onlinepharmacyworld.shop/# online pharmacy discount code

  24. ArmandoSausy表示:

    https://edpill.top/# best online ed medication

  25. Austinnet表示:

    cheapest pharmacy to fill prescriptions with insurance: cheapest prescription pharmacy – online pharmacy without prescription

  26. ArmandoSausy表示:

    http://medicationnoprescription.pro/# buy prescription drugs on line

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

  28. MatthewSox表示:

    buy erectile dysfunction pills: buy ed meds – online erectile dysfunction pills

  29. HarveyLaree表示:

    http://onlinepharmacyworld.shop/# prescription drugs from canada

  30. Philiputipt表示:

    erectile dysfunction online prescription what is the cheapest ed medication cheap boner pills

發佈留言

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