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

50,406 Responses

  1. RogerFaf表示:

    https://fastpillsformen.com/# best price for viagra 100mg

  2. BrettTIT表示:

    Cialis 20mg price: Generic Cialis without a doctor prescription – Cialis without a doctor prescription

  3. Charlesbot表示:

    https://fastpillseasy.com/# ed medication online

  4. BrettTIT表示:

    how to get ed meds online: fast pills easy – edmeds

  5. But personal loans, like every other type of borrowing, also come with sure dangers that you must be careful to keep away from.

  6. RogerFaf表示:

    http://fastpillseasy.com/# online ed treatments

  7. RogerFaf表示:

    http://fastpillsformen.com/# Sildenafil Citrate Tablets 100mg

  8. наркологическая скорая помощь москва https://www.internetmoney.bestbb.ru/viewtopic.php?id=31709 .

  9. частная скорая наркологическая помощь https://www.ximki.ukrbb.net/viewtopic.php?f=12&t=3719 .

  10. Donaldabula表示:

    Cialis 20mg price in USA buy cialis online Cialis 20mg price

  11. BrettTIT表示:

    cost of ed meds: get ed prescription online – cheap boner pills

  12. RogerFaf表示:

    https://maxpillsformen.com/# Cialis over the counter

  13. Charlesbot表示:

    https://maxpillsformen.com/# buy cialis pill

  14. Charlesbot表示:

    https://maxpillsformen.com/# Buy Tadalafil 20mg

  15. Donaldabula表示:

    Cheapest Sildenafil online buy viagra online Viagra generic over the counter

  16. Donaldabula表示:

    ed pills for sale fast pills easy online ed medicine

  17. Degree three is used by the market makers and allows them to enter their quotes and execute orders.

  18. Donaldabula表示:

    Buy Tadalafil 20mg MaxPillsForMen.com Cheap Cialis

  19. Within the mid-1980s, Delta opened a hub in Cincinnati and constructed Terminals C and D with 22 gates.

  20. Barrybib表示:

    viagra canada: buy viagra online – Cheap Sildenafil 100mg

  21. There are sizable reserves of lignite coal in West Tennessee that remain untapped.

  22. But present language models are detrimental for ideation: they’re designed to generate the least fascinating, most obvious response to a prompt.

  23. RogerFaf表示:

    https://maxpillsformen.com/# Buy Tadalafil 5mg

  24. Schumacher’s younger brother Ralf, his son Mick, his nephew David and step-brother Sebastian Stahl have additionally been racing drivers.

  25. BrettTIT表示:

    buy erectile dysfunction pills: ed medicines online – online prescription for ed

  26. Barrybib表示:

    Viagra Tablet price: FastPillsForMen – sildenafil 50 mg price

發佈留言

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