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

  1. sitemap表示:

    Goood write-up. I certainly llove thiis website. Continue the ood work!

  2. sitemap.xml表示:

    Howdy! I know tthis iis kind of off topiic buut I wwas wondering iff
    yyou knew where I coulld find a capgcha plughin ffor my comment form?
    I’m usinbg tthe same blog pplatform as yours and I’m
    hhaving trouble findinhg one? Thabks a lot!

  3. I simply learned all about your internet site the other day and i also are already studying this frequently. You use a ton of practical information on the site and that i benefit from the particular style of the web page additionally. Keep up the good work!

  4. Chelsey表示:

    Visit my webpage Daycares By Category (Chelsey)

  5. Darrelherse表示:

    yasal slot siteleri: en iyi slot siteleri 2024 – 2024 en iyi slot siteleri

  6. That is a good tip particularly to those new to the blogosphere. Simple but very precise info… Thanks for sharing this one. A must read article!

  7. Pretty section of content. I just stumbled upon your site and in accession capital to assert that I get in fact enjoyed account your blog posts. Any way I’ll be subscribing to your augment and even I achievement you access consistently rapidly.

  8. i would be busy again doing some home decors this coming christmas, i’d be buying some new decors for the season’

  9. In June 1965, the package goals of this new car were established.

  10. Smart contracts are used to handle and close payment agreements between transaction parties involved.

  11. Randallabevy表示:

    вавада официальный сайт на сегодня вавада com

  12. Account APY: These vary from day to day and from bank to bank.

  13. In fact, Cannon was a gourmet cook who enjoyed making ready food for his associates.

  14. Darrelherse表示:

    yasal slot siteleri: en iyi slot siteleri 2024 – yasal slot siteleri

  15. They hire innumerable employees, to make sure that the finances of the organization are intact and that all transactions are carried off, in an orderly manner.

  16. By 1993, the Division of Citywide Administrative Providers had restored the ninth ground for the probation department.

  17. 4) Establish an expected rate of return – in order to reach your financial objectives, your portfolio will need to appreciate at a certain rate.

  18. Hello there! This post could not be written any better! Reading through this post reminds me of my previous roommate! He always kept preaching about this. I am going to send this post to him. Pretty sure he will have a very good read. Thanks for sharing!

  19. Darrelherse表示:

    slot casino siteleri: slot bahis siteleri – slot siteleri 2024

  20. Naomi表示:

    my web-site :: Daycares popular listings (Naomi)

發佈留言

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