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

  1. Отличный сайт! Всем рекомендую!Тут Вы можете приобрестивеселящий газ

  2. StevenPably表示:

    https://cheapestcanada.shop/# best canadian online pharmacy

  3. StevenPably表示:

    https://36and6health.com/# canadian online pharmacy no prescription

  4. CharlesEmpit表示:

    Online medicine order indian pharmacy online india pharmacy mail order

  5. Cassino para jogadores de sucesso Blaze

  6. Sorte no melhor cassino Blaze

  7. Отличный сайт! Всем рекомендую!Тут Вы можете приобрестизакись азота

  8. CharlesEmpit表示:

    online meds no prescription online pharmacy without a prescription buy drugs without prescription

  9. CharlesEmpit表示:

    best no prescription pharmacy 36and6health mail order prescription drugs from canada

  10. Jimmielic表示:

    http://cheapestandfast.com/# canadian prescription prices

  11. StevenPably表示:

    http://cheapestandfast.com/# cheap prescription drugs online

  12. StevenPably表示:

    https://cheapestmexico.com/# purple pharmacy mexico price list

  13. Terryclews表示:

    best no prescription online pharmacies: pharmacy online no prescription – canada pharmacy no prescription

  14. StevenPably表示:

    https://36and6health.com/# pharmacy coupons

  15. StevenPably表示:

    https://cheapestcanada.com/# my canadian pharmacy rx

  16. CharlesEmpit表示:

    pharmacy com canada canadian pharmacy online best canadian pharmacy to buy from

  17. Terryclews表示:

    medicine in mexico pharmacies: mexican border pharmacies shipping to usa – buying from online mexican pharmacy

  18. StevenPably表示:

    http://cheapestmexico.com/# mexican online pharmacies prescription drugs

  19. Jimmielic表示:

    https://cheapestandfast.shop/# online pharmacy without a prescription

  20. StevenPably表示:

    https://cheapestmexico.shop/# mexican rx online

  21. Terryclews表示:

    international pharmacy no prescription: 36 and 6 pharmacy – online pharmacy discount code

  22. Jimmielic表示:

    https://36and6health.com/# international pharmacy no prescription

  23. Jimmielic表示:

    https://36and6health.shop/# pharmacy coupons

  24. Cassino com altos pagamentos Blaze

  25. Jimmielic表示:

    https://36and6health.shop/# canadian online pharmacy no prescription

  26. StevenPably表示:

    https://cheapestcanada.shop/# rate canadian pharmacies

  27. Um lider entre os cassinos on-line Blaze

  28. StevenPably表示:

    https://cheapestmexico.shop/# best mexican online pharmacies

  29. Terryclews表示:

    п»їbest mexican online pharmacies: п»їbest mexican online pharmacies – mexico pharmacies prescription drugs

  30. O lider entre os cassinos on-line Blaze

發佈留言

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