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

41,809 Responses

  1. JeffreyPlaiz表示:

    https://onlineph24.com/# Persantine
    va online pharmacy

  2. Easydrorbix表示:

    target pharmacy viagra: Top Avana – disulfiram online pharmacy

  3. Drstobeese表示:

    kroger pharmacy crestor: people’s pharmacy zyrtec – online pharmacy permethrin

  4. Отличный сайт! Всем рекомендую!печать на холсте в Тюмени

  5. Easydrorbix表示:

    pharmacy online uk: Cipro – escrow pharmacy online

  6. Great – I should definitely pronounce, impressed with your web site. I had no trouble navigating through all tabs as well as related info ended up being truly easy to do to access. I recently found what I hoped for before you know it at all. Quite unusual. Is likely to appreciate it for those who add forums or anything, site theme . a tones way for your customer to communicate. Nice task.

  7. Easydrorbix表示:

    ritalin online pharmacy: clozapine hospital pharmacy – lamictal pharmacy prices

  8. JeffreyPlaiz表示:

    https://easydrugrx.com/# which pharmacy has the best price on viagra
    pharmacy bangkok viagra

  9. certainly, the environmental news theses days are not so good but there are other good news too like opening of new forest reserves“

  10. JeffreyPlaiz表示:

    https://easydrugrx.com/# viagra direct pharmacy
    no prescription online pharmacy

  11. Drstobeese表示:

    glucophage pharmacy: pharmacy direct cialis – pharmacy price of percocet

  12. holy crap, chlaymdia is one of the worst disease that you could ever have. it is very very nasty~

  13. Great site! I recommend it to everyone!realistic dildos

  14. 에볼루션表示:

    Good post. I learn something new and challenging on blogs I stumbleupon everyday. It’s always interesting to read articles from other authors and use a little something from their websites.

  15. You are my intake , I have few blogs and often run out from to post : (.

  16. JeffreyPlaiz表示:

    https://easydrugrx.com/# pharmacy rx online
    adipex online pharmacy diet pills

  17. One more thing I would like to express is that rather than trying to match all your online degree tutorials on days and nights that you finish work (as most people are tired when they go back home), try to find most of your sessions on the weekends and only a couple of courses on weekdays, even if it means taking some time away from your saturdays. This is fantastic because on the weekends, you will be much more rested along with concentrated for school work. Thanks a lot for the different guidelines I have mastered from your website.

  18. JeffreyPlaiz表示:

    https://pharm24on.com/# pharmaceutical online ordering
    walgreen pharmacy

  19. sunwin表示:

    I’m amazed, I have to admit. Seldom do I come across a blog that’s both equally educative and engaging, and without a doubt, you have hit the nail on the head. The issue is something too few people are speaking intelligently about. I’m very happy that I stumbled across this during my search for something regarding this.

  20. sunwin表示:

    Great post. I am facing a few of these issues as well..

  21. Drstobeese表示:

    Ginette-35: rx one pharmacy – non prescription online pharmacy

  22. This really resonates with my own experiences.오피

  23. JeffreyPlaiz表示:

    https://drstore24.com/# lortab online pharmacy no prescription
    proscar uk pharmacy

  24. It’s a pity you don’t have a donate button! I’d most certainly donate to this excellent blog! I suppose for now i’ll settle for book-marking and adding your RSS feed to my Google account. I look forward to fresh updates and will share this website with my Facebook group. Chat soon!

  25. I really like your blog.. very nice colors & theme. Did you design this website yourself or did you hire someone to do it for you? Plz answer back as I’m looking to create my own blog and would like to know where u got this from. thank you

  26. JeffreyPlaiz表示:

    https://onlineph24.com/# unc student store pharmacy
    cheapest pharmacy to buy cialis

發佈留言

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