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

  1. TomasRop表示:

    migliori farmacie online 2024: Farmacie on line spedizione gratuita – acquisto farmaci con ricetta

  2. Great – I should definitely pronounce, impressed with your web site. I had no trouble navigating through all the tabs as well as related info ended up being truly simple to do to access. I recently found what I hoped for before you know it in the least. Quite unusual. Is likely to appreciate it for those who add forums or something, web site theme . a tones way for your client to communicate. Nice task..

  3. Timothyzew表示:

    https://cialisgenerico.life/# Farmacia online piГ№ conveniente

  4. Thanks for helping me to acquire new ideas about pc’s. I also hold the belief that one of the best ways to maintain your laptop computer in prime condition is to use a hard plastic case, or even shell, that suits over the top of one’s computer. Most of these protective gear usually are model specific since they are made to fit perfectly above the natural covering. You can buy all of them directly from the vendor, or through third party places if they are readily available for your mobile computer, however its not all laptop will have a covering on the market. All over again, thanks for your points.

  5. RandyLunda表示:

    farmaci senza ricetta elenco: Farmacie online sicure – farmacia online senza ricetta

  6. Wow , Your blog has some great information on there. Glad i come across it. I have now bookmarked and shared your blog on social platforms. Thanks alot

  7. Play poker表示:

    Feel free to surf to my site … Play poker

  8. RandyLunda表示:

    п»їFarmacia online migliore: Farmacie on line spedizione gratuita – farmacie online autorizzate elenco

  9. Can I simply say what a reduction to search out someone who truly knows what theyre speaking about on the internet. You undoubtedly know methods to bring an issue to mild and make it important. Extra individuals must learn this and understand this facet of the story. I cant believe youre no more fashionable because you positively have the gift.

  10. TomasRop表示:

    acquistare farmaci senza ricetta: Farmacia online migliore – Farmacia online miglior prezzo

  11. TomasRop表示:

    acquisto farmaci con ricetta: kamagra – farmacie online autorizzate elenco

  12. Can I simply say what a comfort to uncover somebody that actually knows what they are talking about online. You definitely realize how to bring a problem to light and make it important. More people ought to check this out and understand this side of the story. It’s surprising you are not more popular because you definitely possess the gift.

  13. RandyLunda表示:

    farmacie online affidabili: super kamagra – farmacie online affidabili

  14. RandyLunda表示:

    comprare farmaci online all’estero: Avanafil a cosa serve – farmacie online sicure

  15. There is noticeably a bundle to learn about this. I assume you made sure nice points in options also.

  16. I just like the valuable information you supply on your articles. I will bookmark your weblog and check again right here regularly. I’m slightly sure I?ll be informed many new stuff proper right here! Best of luck for the next!

  17. This particular is really a good internet site. Excellent fresh interface and nice informative weblogs. I is going to be returning soon, thanks for the excellent blog. Whilst these types of possess a straps to keep child within place even though you’re changing all of them, you need to in no way baby unwatched when the pad just isn’t strapped to something.

  18. Timothyzew表示:

    http://avanafil.pro/# farmacia online

  19. TomasRop表示:

    comprare farmaci online con ricetta: Avanafil 50 mg – farmacia online senza ricetta

  20. TomasRop表示:

    п»їFarmacia online migliore: kamagra gold – farmaci senza ricetta elenco

  21. RandyLunda表示:

    migliori farmacie online 2024: farmacia online – п»їFarmacia online migliore

  22. Feel free to visit my web blog: Best Online Poker

  23. Whitescreen61表示:

    Oh my goodness! Impressive article dude! Many thanks, However I am encountering difficulties with your RSS. I don’t know why I am unable to subscribe to it. Is there anyone else getting identical RSS issues? Anyone that knows the answer will you kindly respond? Thanks!!

  24. RandyLunda表示:

    Farmacie online sicure: kamagra gold – Farmacia online piГ№ conveniente

  25. I loved as much as you’ll receive carried out right here. The sketch is tasteful, your authored subject matter stylish. nonetheless, you command get bought an nervousness over that you wish be delivering the following. unwell unquestionably come further formerly again since exactly the same nearly very often inside case you shield this hike.

  26. discuss表示:

    I want to to thank you for this great read!!
    I absolutely enjoyed every bit of it. I have you bookmarked to look at new things you post…

    My blog post; discuss

  27. RandyLunda表示:

    acquistare farmaci senza ricetta: Cialis generico 5 mg prezzo – п»їFarmacia online migliore

  28. It’s difficult to acquire knowledgeable folks about this topic, but you could be seen as you know what you are speaking about! Thanks

發佈留言

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