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

  1. LouisFoums表示:

    comprare farmaci online con ricetta: Cialis generico recensioni – farmacia online

  2. However , you do not must overspend your worth range choosing a fridge with features that you simply by no means really want even if you might want them.

  3. Click right here to shop by UGG’s final chance sale objects and save up to $50 off!

  4. If breakage occurs, consider the next clean-up practices.

  5. EdwardMet表示:

    acquistare farmaci senza ricetta Cialis generico farmacia farmaci senza ricetta elenco

  6. EdwardMet表示:

    comprare farmaci online con ricetta Farmacie on line spedizione gratuita comprare farmaci online all’estero

  7. CharlesrooNo表示:

    top farmacia online Farmacia online piu conveniente acquistare farmaci senza ricetta

  8. Edisonanazy表示:

    farmacia senza ricetta recensioni: viagra generico – farmacia senza ricetta recensioni

  9. This web site is actually a walk-through its the details you wished about it and didn’t know who must. Glimpse here, and you’ll certainly discover it.

  10. Edisonanazy表示:

    kamagra senza ricetta in farmacia: viagra – cerco viagra a buon prezzo

  11. Edisonanazy表示:

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

  12. LouisFoums表示:

    Farmacia online miglior prezzo: Cialis generico controindicazioni – acquistare farmaci senza ricetta

  13. Charlesmop表示:

    https://farmaciait.men/# comprare farmaci online con ricetta
    Farmacia online miglior prezzo

  14. After looking over a handful of the articles on your web page, I really like your technique of blogging. I book marked it to my bookmark website list and will be checking back in the near future. Take a look at my website as well and let me know how you feel.

  15. If you’re interested in having a guest blog websiteer please let me recognize. I’ll give you with unique content for your webstie, thanks.

  16. CharlesrooNo表示:

    farmacia online senza ricetta Cialis generico 20 mg 8 compresse prezzo acquisto farmaci con ricetta

  17. JacobGed表示:

    4rabet promo code bangladesh: This code gives players a free bet on 4rabet, allowing them to place a wager without using their own money.

  18. BEDPAGE表示:

    I used to be able to find good advice from your articles.

  19. LouisFoums表示:

    п»їFarmacia online migliore: Cialis generico 5 mg prezzo – farmacie online autorizzate elenco

  20. Yes! Finally someone writes about คาสิโนออนไลน์.

    Also visit my blog; 98คาสิโน

  21. Normanfer表示:

    farmacia en casa online descuento: farmacias online seguras – п»їfarmacia online espaГ±a

  22. Hmm is anyone else having problems with the pictures on this
    blog loading? I’m trying to determine if its a problem on my end or if it’s the blog.
    Any feed-back would be greatly appreciated.

    Visit my web page: สล็อต PG

  23. JamesMix表示:

    farmacia online espaГ±a envГ­o internacional: farmacia envio gratis – farmacias online baratas

  24. DennisRep表示:

    https://sildenafilo.men/# sildenafilo cinfa 100 mg precio farmacia

  25. Plywood is some of the readily available wooden varieties out there.

  26. There are lots of coloration choices to choose from.

  27. While there are various corporations providing retail packaging in Toronto, it’s troublesome to find a one-cease-store for all your wants with an optimal price range.

  28. We’ve rounded up a spread of late-night pleased hours across Portland, from dive bars to nice dining restaurants, with meals specials, drink specials, and each.

  29. 5. Again-substitute that value into the one in all the two authentic equations to find the remaining variable.

發佈留言

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