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

  1. I’ve observed that in the world the present moment, video games are definitely the latest phenomenon with children of all ages. Periodically it may be extremely hard to drag your children away from the activities. If you want the best of both worlds, there are various educational gaming activities for kids. Thanks for your post.

  2. Сервисный центр предлагает ремонт телефонов itel адреса качественый ремонт телефона itel

  3. DennishIp表示:

    buy rybelsus rybpharm: rybpharm cheap semaglutide – buy rybelsus rybpharm

  4. CurtisCem表示:

    furosemide furpharm furpharm

  5. CurtisCem表示:

    buy rybelsus buy rybelsus rybpharm rybpharm

  6. LloydNoice表示:

    http://kampharm.shop/# cheapest Kamagra Kam Pharm

  7. WilliamSkavy表示:

    цена укладки метра квадратного кафельной плитки укладка кафельной плитки квадратный метр

  8. I’m amazed, I must say. Seldom do I encounter a blog that’s equally educative and entertaining, and without a doubt, you’ve hit the nail on the head. The issue is something which too few people are speaking intelligently about. I am very happy I found this in my hunt for something concerning this.

  9. RobertHam表示:

    https://rybpharm.com/# buy rybelsus

  10. Feel free to visit my homepage – highstakes login

  11. DennishIp表示:

    buy rybelsus rybpharm: rybpharm rybelsus – rybpharm rybelsus

  12. Тут можно преобрести купить сейф для охотничьего ружья в москве купить сейф под карабин

  13. Having read this I believed it was rather informative. I appreciate you taking the time and effort to put this article together. I once again find myself spending way too much time both reading and leaving comments. But so what, it was still worth it.

  14. DennishIp表示:

    buy gabapentin online: buy Gabapentin GabaPharm – buy gabapentin india

  15. CurtisCem表示:

    ED meds online best ed pill ere pharm best ed pill ere pharm

  16. CurtisCem表示:

    rybpharm cheap semaglutide buy rybelsus buy rybelsus online usa

  17. Тут можно преобрести противопожарный сейф огнеупорные сейфы

  18. LloydNoice表示:

    http://gabapharm.com/# cheapest Gabapentin GabaPharm

  19. RobertHam表示:

    http://kampharm.shop/# kamagra oral jelly

  20. Hi there! This blog post could not be written much better! Reading through this post reminds me of my previous roommate! He always kept preaching about this. I will send this article to him. Fairly certain he’ll have a very good read. Thanks for sharing!

  21. Having read this I believed it was rather informative. I appreciate you spending some time and energy to put this short article together. I once again find myself personally spending a significant amount of time both reading and leaving comments. But so what, it was still worth it!

  22. LloydNoice表示:

    https://furpharm.com/# buy furosemide online

  23. DennishIp表示:

    kamagra: buy kamagra oral jelly Kam Pharm – kampharm.shop

  24. RobertHam表示:

    https://erepharm.com/# best ed pills online

  25. PSAT Exam表示:

    I like it when folks come together and share thoughts. Great blog, stick with it.

  26. DennishIp表示:

    buy kamagra oral jelly Kam Pharm: kampharm shop – cheapest Kamagra Kam Pharm

  27. CurtisCem表示:

    buy rybelsus canada semaglutide buy rybelsus

發佈留言

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