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

42,909 Responses

  1. You should participate in a contest for probably the greatest blogs on the web. I will recommend this website!

  2. Teste sua sorte no melhor cassino Blaze

  3. Hey dude, what kind of wordpress theme are you using? i want it to use on my blog too , 

  4. scaffolder表示:

    certainly like your web site but you need to check the spelling on several of your posts. Many of them are rife with spelling issues and I find it very bothersome to tell the truth nevertheless I will surely come back again.

  5. Seriously interesting points produced here. I are going to be again quickly to view what else there’s to read up on. Many thanks admin

  6. I really like looking through a post that will make men and women think. Also, thanks for permitting me to comment.

  7. Отличный сайт! Всем рекомендую!брендинг

  8. I’m very happy to read this. This is the kind of manual that needs to be given and not the accidental misinformation that’s at the other blogs. Appreciate your sharing this best doc. Pristina Travel

  9. certainly like your web site but you have to check the spelling on quite a few of your posts. Many of them are rife with spelling problems and I find it very troublesome to tell the truth nevertheless I’ll certainly come back again.

  10. Timsothyabela表示:

    Howdy are using WordPress for your site platform? I’m new to the blog world but I’m trying to get started and set up my own. Do you require any coding knowledge to make your own blog? Any help would be really appreciated!

    portugues.ru/forum/album.php?albumid=80&attachmentid=3712 
    sdo.rea.ru/siteFDO/?executorID=ForumExecutor&mode=showThemes&&cursor=60 
    http://www.skitour.su/member.php?u=1002&tab=activitystream&type=all&page=28 
    iclicky.com/index.php?do=/public/user/blogs/name_Alanpoe/page_5/ 
    98opt.ru/services/montazh-kholodilnogo-oborudovaniya/ 

  11. Tente a sua sorte nos melhores casinos Blaze

  12. Seu cassino online favorito Blaze

  13. Good post! We are linking to this great article on our website. Keep up the great writing.

  14. Judging by the way you write, you seem like a professional writer..,~.”

  15. My brother suggested I might like this website. He was once entirely right. This submit actually made my day. You can not consider simply how a lot time I had spent for this info! Thank you!

  16. Wow, superb blog layout! How lengthy have you ever been blogging for? you make blogging glance easy. The whole glance of your website is fantastic, well the content material!

  17. Jogue com prazer neste cassino Blaze

  18. My husband and i ended up being so relieved when Louis could finish off his investigation using the precious recommendations he gained while using the web pages. It’s not at all simplistic just to continually be releasing guidance that many the others could have been trying to sell. We really take into account we’ve got the website owner to appreciate for this. Most of the explanations you have made, the easy web site navigation, the relationships you can assist to create – it is all excellent, and it’s really letting our son and the family imagine that the situation is entertaining, and that’s exceedingly indispensable. Thanks for all the pieces!

  19. I like looking through a post that will make men and women think. Also, thanks for permitting me to comment.

  20. cup lock表示:

    I precisely wished to say thanks again. I do not know the things I would have taken care of without the entire solutions provided by you relating to this situation. It was the distressing circumstance in my view, but viewing your specialised style you dealt with the issue made me to cry with contentment. Now i am happier for the assistance as well as believe you are aware of a powerful job you happen to be getting into training men and women thru a web site. I’m certain you haven’t encountered any of us.

  21. I have been absent for some time, but now I remember why I used to love this website. Thank you, I will try and check back more frequently. How frequently you update your website?

  22. Experimente o cassino mais popular Blaze

  23. Sua sorte esta no cassino confiavel Blaze

  24. Sua sorte em um cassino confiavel Blaze

  25. O melhor cassino para grandes vitorias Blaze

  26. Os melhores jogos deste cassino Blaze

  27. Franklip表示:

    интернет эквайринг https://internet-ekvajring.kz – безопасные и эффективные платежные решения для вашего бизнеса.

  28. Desfrute da emocao no melhor cassino Blaze

  29. Jogue no cassino aprovado Blaze

  30. Ganhe no cassino mais confiavel Blaze

發佈留言

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