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

59,742 Responses

  1. CarlosSlala表示:

    medicine in mexico pharmacies: MexicanPharmEasy – mexican rx online

  2. Scottlully表示:

    mexican pharmaceuticals online: mexican pharmacy – medication from mexico pharmacy

  3. Thomasjoync表示:

    best online pharmacy india indian pharmacy Online medicine order

  4. Thomasjoync表示:

    erectyle disfunction canada pharmacy online ed meds online without doctor prescription

  5. вывод из запоя круглосуточно сочи вывод из запоя круглосуточно сочи .

  6. быстрый вывод из запоя в стационаре быстрый вывод из запоя в стационаре .

  7. продамус промокод скидка http://promokod-pro.ru/ .

  8. промокод на продамус скидка подключение https://promokod-pro.ru .

  9. Frankmor表示:

    treatment with drugs https://mexicanpharmeasy.com/# mexican rx online

  10. Scottlully表示:

    mexican border pharmacies shipping to usa: Pharm Easy – buying from online mexican pharmacy

  11. AdolfoAnove表示:

    treatments for ed: canadian pharmacy – ed vacuum pumps

  12. AdolfoAnove表示:

    otc ed drugs: canadian pharm 1st – cheap pet meds without vet prescription

  13. BACKLINKS表示:

    Thanks for the tips you are giving on this site. Another thing I’d like to say is the fact that getting hold of duplicates of your credit score in order to inspect accuracy of each and every detail is one first step you have to perform in credit restoration. You are looking to clean your credit report from detrimental details problems that spoil your credit score.

  14. Frankmor表示:

    how can i order prescription drugs without a doctor https://indianpharmstar.com/# best online pharmacy india

  15. Frankmor表示:

    ed devices https://canadianpharm1st.com/# buy prescription drugs without doctor

  16. Scottlully表示:

    world pharmacy india: indian pharm – buy medicines online in india

  17. Scottlully表示:

    mexican online pharmacies prescription drugs: MexicanPharmEasy – mexican rx online

  18. продамус промокод скидка на подключение http://promokod-pro.ru/ .

  19. Frankmor表示:

    best ed treatment https://canadianpharm1st.com/# do i have ed

  20. AdolfoAnove表示:

    mexico drug stores pharmacies: mexicanpharmeasy.com – п»їbest mexican online pharmacies

  21. AdolfoAnove表示:

    buy prescription drugs from india: IndianPharmStar – online pharmacy india

  22. продамус промокод http://promokod-pro.ru/ .

  23. Thomasjoync表示:

    buying prescription drugs in mexico online mexican pharmacy best online pharmacies in mexico

  24. Scottlully表示:

    reputable indian online pharmacy: IndianPharmStar – reputable indian online pharmacy

發佈回覆給「AdolfoAnove」的留言 取消回覆

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