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

  1. Josephfub表示:

    erectile dysfunction drug tesco pharmacy viagra 2012 usa pharmacy online

  2. MauriceGueda表示:

    top online pharmacy india: Online medicine order – buy medicines online in india

  3. RhysGed表示:

    Offre speciale 1xBet Obtenez un bonus sportif supplementaire de 200% jusqu’a 130 €/$ avec le свежие промокод 1хбет, en plus du bonus de bienvenue standard de 1950$ et de 150 tours gratuits au casino. Profitez de cette opportunite pour jouer et gagner de l’argent grace aux paris sportifs. Chez nous, tout le monde peut devenir gagnant !

  4. There are a handful of intriguing points on time in this post but I don’t know if I see these center to heart. There is certainly some validity but I’ll take hold opinion until I look into it further. Excellent post , thanks and that we want a lot more! Added onto FeedBurner likewise

  5. The next occasion I just read a blog, Hopefully which it doesnt disappoint me about this one. I mean, Yes, it was my option to read, but I just thought youd have something intriguing to say. All I hear is a lot of whining about something you could fix in the event you werent too busy in search of attention.

  6. Josephfub表示:

    best online pharmacy accutane pharmacy cheap world pharmacy store discount number

  7. I always emailed this website post page to all my
    friends, for the reason that if like to read it then my links
    will too.

    Feel free to surf to my web page; คาสิโนออนไลน์ถูกกฎหมาย

  8. RobertMef表示:

    mexican online pharmacies prescription drugs: mexican drugstore online – best online pharmacies in mexico

  9. RobertMef表示:

    Online medicine order: top 10 pharmacies in india – top online pharmacy india

  10. Whats up very cool site!! Guy .. Beautiful ..
    Superb .. I’ll bookmark your web site and take the feeds also?
    I’m happy to search out so many useful info right here in the
    put up, we need work out more strategies on this regard,
    thank you for sharing. . . . . .

    Look into my web-site; รอยัล คาสิโน ออนไลน์ สมัคร

  11. MauriceGueda表示:

    top online pharmacy india: Online medicine home delivery – best india pharmacy

  12. Thanks for every other magnificent post. Where else
    may anyone get that kind of information in such a perfect means
    of writing? I’ve a presentation next week, and
    I am at the search for such info.

    Look at my site … คา สิ โน ออนไลน์ เว็บไหนดี

  13. ArthurKib表示:

    http://pharmbig24.com/# ibuprofen pharmacy only

  14. It’s fantastic that you are getting ideas from this post as well as from our discussion made
    at this time.

    Also visit my web page: ปอยเปต คาสิโน ออนไลน์

  15. Josephfub表示:

    buying percocet online pharmacy fluoxetine online pharmacy arrow pharmacy my brand rx

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

  17. MauriceGueda表示:

    no prior prescription required pharmacy: river pharmacy topamax – online pharmacy reviews generic viagra

  18. Josephfub表示:

    reputable indian pharmacies india pharmacy mail order top 10 pharmacies in india

  19. PokerTube表示:

    Feel free to visit my webpage; PokerTube

  20. RobertMef表示:

    pharmacies in mexico that ship to usa: mexican border pharmacies shipping to usa – reputable mexican pharmacies online

  21. RobertMef表示:

    top 10 online pharmacy in india: india pharmacy – online pharmacy india

  22. What’s up?While exploring a new website, we stumbled upon a webpage that immediately grabbed our attention. We are thoroughly impressed with what we have seen so far and eagerly anticipate your future updates. We are excited to delve deeper into your website and discover all the incredible features it has to offer.Have a good one.

  23. There are certainly a great deal of details that adheres to that to take into consideration. That is the fantastic specify retrieve. I provide the thoughts above as general inspiration but clearly you will find questions just like the one you raise up the location where the biggest factor might be employed in honest good faith. I don?t know if guidelines have emerged around items like that, but I am certain that a job is clearly known as a good game. Both little ones have the impact of merely a moment’s pleasure, through out their lives.

  24. MauriceGueda表示:

    mexico drug stores pharmacies: mexico drug stores pharmacies – reputable mexican pharmacies online

  25. Josephfub表示:

    finasteride online pharmacy india motilium uk pharmacy ativan online pharmacy

  26. Very good information. Lucky me I found your website by accident (stumbleupon). I’ve book marked it for later.

  27. Spot lets start on this write-up, I seriously believe this amazing site requirements much more consideration. I’ll more likely once again to read a great deal more, many thanks that info.

  28. где можно заработать деньги в интернете где можно заработать деньги в интернете .

發佈留言

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