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

  1. Amapka表示:

    eukroma buy online – buy duphaston 10 mg order duphaston pills

  2. O lugar perfeito para jogar jogos de cassino Blaze

  3. escape room表示:

    Hello there! Do you know if they make any plugins to assist with
    Search Engine Optimization? I’m trying to get my blog to rank for some targeted keywords but I’m not seeing very good success.
    If you know of any please share. Many thanks!
    You can read similar blog here: Escape rooms review

  4. Uffath表示:

    buy bactrim 960mg generic – keppra 1000mg over the counter order tobra 10mg online

  5. Seu cassino online favorito Blaze

  6. Eu recomendo o cassino mais popular Blaze

  7. Lewisslund表示:

    What’s up, its pleasant article regarding media print, we all understand media is a impressive source of data.
    cialis 5mg ohne rezept kaufen

  8. Jogue com prazer neste cassino Blaze

  9. I will right away grasp your rss feed as I can not find your e-mail subscription hyperlink or newsletter service. Do you’ve any? Kindly allow me know so that I may just subscribe. Thanks.

  10. I really love the way you discuss this kind of topic.*.`-.

  11. I visited a lot of website but I believe this one contains something extra in it in it

  12. Nice post. I find out something more difficult on diverse blogs everyday. Most commonly it is stimulating to see content using their company writers and use something from their store. I’d would rather use some while using content in this little weblog no matter whether you don’t mind. Natually I’ll provide you with a link on the web blog. Thank you sharing.

  13. Generally I do not read article on blogs, however I wish to say that this write-up very forced me to check out and do so! Your writing taste has been amazed me. Thanks, very great post.

  14. ThomaserowN表示:

    купить аттестат за 9 класс http://6landik-diploms.com

  15. both LG and LiteOn makes a great performing dvd burner, they also feature those anti-shock mount,,

  16. Hi there! This is kind of off topic but I need some help from an established blog. Is it very difficult to set up your own blog? I’m not very techincal but I can figure things out pretty quick. I’m thinking about creating my own but I’m not sure where to begin. Do you have any tips or suggestions? Cheers

  17. Experimente o cassino mais popular Blaze

  18. MartinmeR表示:

    1 комнатная квартира в новостройке купить квартиру от застройщика с отделкой

  19. ThomaserowN表示:

    купить диплом колледжа http://www.6landik-diploms.com/

  20. Experimente o cassino mais popular Blaze

  21. geinoutime.com
    홍지황제는 고개를 끄덕이며 감사하다는 듯이 쑤징을 바라보았다.

  22. Lhaneevige表示:

    I absolutely love your blog and find a lot of your post’s to be what precisely I’m looking for. can you offer guest writers to write content for you personally? I wouldn’t mind creating a post or elaborating on many of the subjects you write about here. Again, awesome web log!

    we-are-family.ru/contact.htmВ 
    http://www.arclightcreative.dev/В 
    krutovo.ru/index.php?name=Account&op=info&uname=ymonozavВ 
    demo.4admins.ru/viewtopic.php?f=10&t=1549&start=0&view=printВ 
    account.spb.ru/news/business/3546В 

  23. MartinmeR表示:

    купить квартиру в екатеринбурге в новостройке 1 комнатная квартира в новостройке

  24. Melhor cassino para jogos Blaze

  25. GeraldCeare表示:

    брезаола купить парма купить

  26. Melhores jogos neste cassino Blaze

  27. JamesJew表示:

    Все самое интересное из мира игр https://unionbattle.ru обзоры, статьи и ответы на вопросы

  28. GeraldCeare表示:

    прошутто нарезка https://messir-zakaz.ru

  29. Jogue no cassino aprovado Blaze

發佈留言

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