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

  1. NormanCyday表示:

    mexican pharmacy mexican pharmacy best online pharmacies in mexico

  2. Scottnob表示:

    mexican online pharmacies prescription drugs mexican drugstore online mexican rx online

  3. RaymondblorE表示:

    mexican drugstore online reputable mexican pharmacies online mexican online pharmacies prescription drugs

  4. Отличный сайт, всем рекомендую заглянуть сюдаБот подписка в телеграм

  5. RaymondblorE表示:

    buying prescription drugs in mexico online mexican mail order pharmacies medicine in mexico pharmacies

  6. RaymondblorE表示:

    medication from mexico pharmacy mexican pharmacy mexican border pharmacies shipping to usa

  7. CoreySweno表示:

    https://mexicanpharmacy.cheap/# best online pharmacies in mexico

  8. MichaelDocky表示:

    https://mexicanpharmacy.cheap/# mexican border pharmacies shipping to usa

  9. Отличный сайт, всем рекомпендую заглянуть сюдаМагазин в телеграм

  10. StevenStasp表示:

    https://apotheke.company/# online apotheke versandkostenfrei

  11. Raymondswity表示:

    п»їonline apotheke potenzmittel cialis online apotheke deutschland

  12. Frankslila表示:

    http://apotheke.company/# online-apotheken

  13. Manuelrar表示:

    online-apotheken: potenzmittel kaufen – online apotheke gГјnstig

  14. Отличный сайт, всем рекомпендую заглянуть сюдаСоздать бота в телеграм

  15. I recoomend this Nemesis Market original site.

  16. Raymondswity表示:

    Viagra online kaufen legal viagra bestellen Wo kann man Viagra kaufen rezeptfrei

  17. New launch by Aldar. Branded apartments from Nikki Beach Aldar riginal site.

  18. StevenStasp表示:

    http://viagrakaufen.store/# Viagra rezeptfreie Schweiz bestellen

  19. Nestled in the heart of Uptown Dubai Mercer House riginal site.

  20. sitemap.xml表示:

    Thank you forr shariung your info. I really apprteciate yor efforts andd
    I will be waiting forr your next post thank youu once again.

  21. Frankslila表示:

    https://kamagrakaufen.top/# п»їonline apotheke

  22. Manuelrar表示:

    п»їonline apotheke: potenzmittel cialis – online apotheke gГјnstig

  23. I hightly recommend this Abacus Market site.

  24. Raymondswity表示:

    gГјnstige online apotheke online-apotheken gГјnstige online apotheke

  25. StevenStasp表示:

    https://potenzmittel.men/# online apotheke gГјnstig

  26. Frankslila表示:

    https://apotheke.company/# online apotheke preisvergleich

  27. Raymondswity表示:

    Billig Viagra bestellen ohne Rezept viagra tabletten Viagra verschreibungspflichtig

  28. inverrize表示:

    generic propecia online After speaking, Commander Lin left the courtyard, leaving only Zhao Ling alone

  29. I recommend to all this best forexroboteasy.com

發佈留言

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