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

  1. KevinSounc表示:

    http://sweetbonanza.network/# sweet bonanza demo turkce

  2. Darrelherse表示:

    canl? slot siteleri: slot siteleri guvenilir – deneme bonusu veren siteler

  3. Last month, when i visited your blog i got an error on the mysql server of yours.;’–;

  4. Olivia表示:

    Feel free to surf to my blog: Explore Daycares Locations (Olivia)

  5. That is a sensible blog site. What i’m saying is them. You’ve a lot of comprehending with this trouble, in so doing much eagerness. In addition , you know how you can also make most people rally associated with the item, clearly from your side effects. You have have some design right here thats not necessarily overly nice, although is really a proclamation the size of what exactly youre declaring. Brilliant employment, in fact.

  6. Darrelherse表示:

    en guvenilir slot siteleri: deneme bonusu veren siteler – en iyi slot siteleri

  7. This is without a doubt one of the finest articles I’ve read on this topic! The author’s comprehensive knowledge and zeal for the subject are apparent in every paragraph. I’m so appreciative for stumbling upon this piece as it has deepened my knowledge and stimulated my curiosity even further. Thank you, author, for dedicating the time to create such a phenomenal article!

  8. Feel free to surf to my blog post – Find top-rated certified
    Daycares in your area, queenschamber.com,

  9. A formidable share, I simply given this onto a colleague who was doing somewhat analysis on this. And he the truth is bought me breakfast as a result of I found it for him.. smile. So let me reword that: Thnx for the treat! But yeah Thnkx for spending the time to discuss this, I really feel strongly about it and love studying more on this topic. If possible, as you develop into experience, would you mind updating your blog with more details? It is highly helpful for me. Large thumb up for this blog post!

  10. Refresh your look with Marc Jacobs from the marc jacobs outlet.

  11. Feel free to surf to my page – Daycares By Category

  12. AlexanderGed表示:

    Промокод Fonbet 2024 промокод на на деньги
    В 2024 году Fonbet предлагает различные промокоды, которые предоставляют пользователям бонусы и привилегии. Примером такого промокода является ‘GIFT200’, который активирует бесплатные ставки и другие награды для новых игроков. Использование этих промокодов делает игру на платформе более привлекательной и выгодной.

  13. Mai表示:

    Also visit my website … Daycare Near Me – Find The Best Daycares Near You
    (Mai)

  14. Darrelherse表示:

    2024 en iyi slot siteleri: slot bahis siteleri – deneme bonusu veren siteler

  15. I love reading through an article that will make people think. Also, thanks for allowing me to comment.

  16. Thank you, I’ve just been looking for information approximately this topic for a while and yours is the greatest I have found out so far. But, what in regards to the conclusion? Are you sure about the supply?

  17. KevinSounc表示:

    https://slotsiteleri.bid/# deneme bonusu veren siteler

  18. This web site is known as a walk-through for the entire info you wanted about this and didn?t know who to ask. Glimpse right here, and you?ll definitely discover it.

  19. Great write-up, I?m normal visitor of one?s site, maintain up the nice operate, and It’s going to be a regular visitor for a long time.

  20. Darrelherse表示:

    en yeni slot siteleri: 2024 en iyi slot siteleri – en cok kazandiran slot siteleri

發佈留言

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