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

47,877 Responses

  1. Платежный модуль геткурс промокод на подключение http://www.platezhnyj-modul-getkurs-promokod.ru .

  2. LarryCoell表示:

    matadorbet matadorbet bid matadorbet

  3. Gjiwbq表示:

    cheap cabergoline 0.5mg – alesse online purchase alesse pill

  4. ClydePab表示:

    matadorbet.bid: matadorbet.bid – matadorbet giris

  5. готовые франшизы готовые франшизы .

  6. 目の隈表示:

    Speaking of odd couples, Gomyung and Minhan are probably the most bizarre of them all.

  7. One window at Saint-Denis illustrated the patron himself, Abbot Suger, at the ft of the Virgin Mary.

  8. 鳥羽 港表示:

    This text consists of a listing of basic references, nevertheless it lacks ample corresponding inline citations.

  9. We even have the ZIM Dual Overdrive, which is a real two-pedals-in one with unique voicing controls to get all kinds of cool sounds.

  10. ma 株価表示:

    Left foot part to the correct foot part.

  11. Reduce glass is labored with a diamond noticed, or copper wheels embedded with abrasives and polished to give gleaming aspects; the approach used in creating Waterford crystal.

  12. If so, retro-style decorating may fit your tastes.

  13. Derekfar表示:

    deneme bonusu veren yeni siteler: deneme bonusu veren siteler betturkey betturkey.com – denemebonusuverensiteler.top

  14. The painters positioned the window part on an open easel positioned earlier than a window, or put the glass flat onto a transparent desk, so the artist might see the impact of the sunshine coming by means of the glass.

  15. Even a small crack will cause air to enter the system, the the pump is not going to circulate water in consequence.

  16. франшиза купить готовый бизнес каталог франшиза купить готовый бизнес каталог .

  17. On eleven December 2011 after scoring a objective in SAFF Cup’s final he set a new file by scoring seven goals in a single edition of the SAFF Championship surpassing I. M. Vijayan’s document of six goals in the ninety seven version.

  18. франшиза купить готовый бизнес франшиза купить готовый бизнес .

  19. In an age the place digital privateness is extra fable than actuality, electric typewriters provide an nearly cloak-and-dagger degree of safety.

  20. сервис для накрутки подписчиков инстаграм бесплатно сервис для накрутки подписчиков инстаграм бесплатно .

  21. LarryCoell表示:

    Canl? Casino Siteleri guvenilir casino siteleri casino siteleri win

  22. Nov 16, 2024. Livonia MI.

  23. Have you ever ever been listening to a tune you want on the radio then came upon after it was playing on the oldies channel?

發佈留言

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