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

  1. JerryHeque表示:

    гриб аяваска купить в москве caapi yellow

  2. used trucks are sometimes expensive and it is quite hard to find a good bargain if you don’t search heavily“

  3. I think this is among the most important information for me. And i’m glad reading your article. But want to remark on few general things, The web site style is perfect, the articles is really great : D. Good job, cheers

  4. Jogue em um cassino confiavel Tigrinho

  5. Edwardcek表示:

    рефераты на заказ https://kupit-referat213.ru

  6. Cassino que voce vai adorar Blaze

  7. dance schools that also offers free yoga classes would be very very nice’

  8. I the efforts you have put in this, thanks for all the great articles .

  9. Richarddam表示:

    решение задач на заказ https://resheniye-zadach7.ru заказать онлайн

  10. Отличный сайт! Всем рекомендую! Тут Вы можете найтиброкеры для скальпинга

  11. hvac表示:

    ibuprofen is a good pain reliever but i heard that this one have nasty side effects too::

  12. KevinReona表示:

    курсовые работы на заказ https://zakazat-kontrolnuyu7.ru

  13. ShawnGef表示:

    заказ такси по телефону https://taxi-vyzvat.ru

  14. Aw, it was a really good post. In concept I must put in writing similar to this additionally – spending time and actual effort to manufacture a excellent article… but exactly what do I say… I procrastinate alot and no means find a way to go carried out.

  15. well, i bought some digital pedometer on the local walmart and it is great for monitoring your performance when walking*

  16. A melhor escolha para jogos de azar Tigrinho

  17. Cassino on-line confiavel Tigrinho

  18. ShawnGef表示:

    номер телефона заказа такси заказать такси номер

  19. Darrellnox表示:

    корпоративное такси https://zakaz-taxionline.ru

  20. Hello there. I discovered your website by way of Google at the same time as searching for a similar matter, your website got here up. It appears great. I’ve bookmarked it in my google bookmarks to come back later.

  21. Ileovf表示:

    bisacodyl 5mg price – buy liv52 10mg sale liv52 20mg generic

  22. Tente a sorte no melhor cassino Tigrinho

  23. Terrific post, plenty of great info. I wish to show my pal and ask them the things they think.

  24. JeffreyDox表示:

    такси новочеркасск недорого https://taxi-novocherkassk.ru

  25. Hi I wish to to talk about the remark here concerning you to definitely have the ability to inform you simply how much i personally Liked this study. I must run off to aTurkey Day time Supper however wanted to leave ya a simple comment. We preserved you So will end up being returning following function to see more of yer high quality articles. Continue the quality function.

  26. DavidBUB表示:

    курсовые работы на заказ https://zakazat-kursovuyu-rabotu7.ru

  27. JeffreyDox表示:

    заказ такси недорого вызвать такси

  28. I used to be recommended this website via my cousin. I’m not certain whether or not this post is written by means of him as no one else understand such special approximately my problem. You are incredible! Thanks!

  29. Utwhnt表示:

    brand aciphex 10mg – order metoclopramide 20mg generic where can i buy motilium

發佈留言

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