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

43,025 Responses

  1. Thanks for every other informative blog. The place else could I am getting that kind of information written in such a perfect way? I have a project that I am simply now working on, and I have been on the look out for such info.

  2. I am planning to move to Australia permanently. Hopefully, my immigration process will be completed this year and I will move in the beginning of 2011. Can someone suggest some excellent resources and blogs about making the plans for settling in Australia?.

  3. Easydrorbix表示:

    levitra pharmacy coupon: Tadalis SX – clozapine pharmacy registry

  4. Eltonwag表示:

    ретрит сентябрь https://ретриты.рф

  5. I loive your blog.. very nice colrs & theme. Did youu design thiss website yourslf or did you hiure someopne
    tto do itt for you? Plz reply ass I’m lolking to create mmy owwn blog annd woulod liike to knpw where u got this from.
    thank you

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

  7. You made some decent points there. I looked over the internet for that problem and located most people is going in conjunction with with the website.

  8. Jerrold Friis表示:

    How do I get my WordPress blog posts to get views in the days after I first post them?

  9. Easydrorbix表示:

    Cozaar: cialis uk pharmacy – online pharmacy chat

  10. Thanks for every other informative blog. The place else may I get that kind of information written in such a perfect way? I’ve a project that I’m just now operating on, and I’ve been at the glance out for such information.

  11. Brucecow表示:

    ретрит на выходные https://ретриты.рф

  12. Thanks for a marvelous posting! I really enjoyed reading it, you might be a great author.I will be sure to bookmark your blog and will often come back later in life. I want to encourage you to ultimately continue your great posts, have a nice day!

  13. I just added this weblog to my rss reader, excellent stuff. Can not get enough!

  14. Wow! After all I got a weblog from where I be capable of genuinely obtain helpful
    data regarding my study and knowledge.

    Here is my web-site … คาสิโน ประเทศลาว

  15. Hiya! Quick question that’s completely off topic. Do you know how to make your site mobile friendly? My site looks weird when viewing from my apple iphone. I’m trying to find a theme or plugin that might be able to resolve this issue. If you have any suggestions, please share. Cheers!

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

  17. When I originally commented I clicked the -Notify me when new surveys are added- checkbox and already whenever a comment is added I receive four emails with similar comment. Perhaps there is by any means you can eliminate me from that service? Thanks!

  18. Drstobeese表示:

    Methocarbamol: acyclovir pharmacy online – kroger pharmacy fluoxetine

  19. Easydrorbix表示:

    reliable rx pharmacy: kaiser pharmacy hours – best india pharmacy

  20. Some useful information across your web blog,will be back soon for another good read.

  21. discuss表示:

    At this time I am ready to do my breakfast, once having my breakfast coming yet
    again to read more news.

    my web-site :: discuss

  22. Use the promo code when registering on 1win and get a 100% bonus on your first deposit.

  23. Easydrorbix表示:

    community rx pharmacy warren mi: carefirst rx pharmacy – 24 7 online pharmacy

  24. I’m impressed, I have to admit. Genuinely rarely should i encounter a weblog that’s both educative and entertaining, and without a doubt, you have hit the nail to the head. Your notion is outstanding; the problem is an element that not enough everyone is speaking intelligently about. We’re happy that I stumbled across this inside my try to find some thing relating to this.

  25. Toninfurf表示:

    priligy where to buy Busnelli M, Sauliere A, Manning M, Bouvier M, Gales C, Chini B

  26. снятие ломки наркозависимого http://www.snyatie-lomki-narkolog11.ru .

  27. not everyone would need a nose job but my girlfriend really needs some rhinoplasty coz her nose is kind of crooked”

  28. Online Casino表示:

    Wonderful post! We will be linking to this particularly great post on our site. Keep up the great writing.

發佈留言

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