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

  1. Kgjpkr表示:

    order pyridostigmine 60mg generic – buy mestinon sale order imuran

  2. Great site! I recommend it to everyone!big dildos

  3. I am frequently to blogging and i truly appreciate your posts. This article has really peaks my interest. I am going to bookmark your web site and maintain checking choosing data.

  4. Just want to say your article is as surprising. The clearness in your post is simply nice and i can assume you are an expert on this subject. Fine with your permission let me to grab your RSS feed to keep updated with forthcoming post. Thanks a million and please carry on the enjoyable work.

  5. Just wanna comment that you have a very nice internet site , I love the design it actually stands out.

  6. Hi there, You’ve done an incredible job. I will certainly digg it and personally recommend to my friends. I’m sure they’ll be benefited from this web site.

  7. Scottdiz表示:

    1вин зеркало: 1вин зеркало – 1вин официальный сайт

  8. Scottdiz表示:

    1хбет: 1xbet официальный сайт мобильная версия – 1хбет официальный сайт

  9. Warrenmof表示:

    http://1win.directory/# 1вин сайт

  10. This is often a wonderful blog, could you be interested in working on an interview about just how you developed it? If so e-mail myself!

  11. Currently it seems like BlogEngine is the preferred blogging platform available right now. (from what I’ve read) Is that what you’re using on your blog?

  12. GermanAxowl表示:


    Строительство, ремон своими руками. Советы мастеров и лучших специалстов в своем деле.

    Каким вы видите свой будущий дом? Выполненный в духе уютного загородного шале или со сложными геометрическими формами и яркими элементами?

    <a href=https://www.vuz-chursin.ru/stroitelstvo]Строительство

    <a href=https://www.vuz-chursin.ru/stroymaterialy-0]Стройматериалы

    <a href=https://www.vuz-chursin.ru/remont-i-otdelka]Отделка
    Для большинства людей своя, пускай, даже крохотная, но отдельная однокомнатная квартира, намного слаще, чем аренда 5-комнтантного пентхауса за смешные деньги. Здесь можно устанавливать свои правила, планировать ремонт, делать перестановку, а единственное ограничение – это пространство.

    Каталог полезных статей о стройке и ремонте <a href=https://vuz-chursin.ru/.

  13. Lamont Wires表示:

    Where or what would I have to do? And what’s the cost?.

  14. You made various nice points there. I did a search on the theme and found nearly all people will go along with with your blog.

  15. A very informative post and lots of really honest and forthright comments made! This certainly got me thinking a lot about this issue so cheers a lot for dropping!

  16. Jule Fagley表示:

    I have a domain name bought, but i havent had time to make the website look nice. i want to forward the website url to my blogspot blog for the time being. how do i do this?.

  17. Scottdiz表示:

    пин ап: пинап казино – пин ап зеркало

  18. Scottdiz表示:

    vavada казино: vavada casino – vavada online casino

  19. I genuinely enjoy your website, but I’m having a problem: any time I load one of your post in Firefox, the center of the web page is screwed up — which is bizarre. May I send you a screenshot? In any event, keep up the superior work; I definitely like reading you.

  20. I would really love to guest post on your blog.*~`~;

  21. No more s***. All posts of this qaulity from now on

  22. me and my dad always love to ride motorcycles, we also have a motorcycle shop at home,,

  23. Scottdiz表示:

    вавада: vavada – vavada online casino

發佈留言

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