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

48,514 Responses

  1. наркологическая скорая в москве https://www.klin.0pk.me/viewtopic.php?id=4428 .

  2. Donaldabula表示:

    edmeds fast pills easy ed pills cheap

  3. Allsop, Derick (10 July 1996).

  4. BrettTIT表示:

    cheap erection pills: FastPillsEasy – cheapest ed pills

  5. BrettTIT表示:

    cheap ed meds: fast pills easy – cost of ed meds

  6. RogerFaf表示:

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

  7. FobertWen表示:

    Hi exceptional website! Does running a blog similar to this take a massive amount work? I have no understanding of coding however I was hoping to start my own blog soon. Anyway, if you have any recommendations or tips for new blog owners please share. I know this is off topic however I simply needed to ask. Many thanks!

    https://autostill.com.ua/headlight-sealant-lifespan.html

  8. Nevertheless, the first unmistakable proof for widespread glass utilization comes from the ruins of Taxila (3rd century BCE), where bangles, beads, small vessels, and tiles were found in large quantities.

  9. This information is easy to access, since you only need an internet connection in order to do it.

  10. Charlesbot表示:

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

  11. сколько стоит сделать загранпаспорт [url=http://turforum.borda.ru/?1-8-0-00002177-000-0-0-1735287991/]сколько стоит сделать загранпаспорт[/url] .

  12. BrettTIT表示:

    ed online treatment: cheap cialis – best ed medication online

  13. срочно сделать загранпаспорт [url=https://skoleoz.borda.ru/?1-8-0-00001246-000-0-0-1735286217]срочно сделать загранпаспорт[/url] .

  14. срочное изготовление загранпаспорта срочное изготовление загранпаспорта .

  15. RogerFaf表示:

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

  16. RogerFaf表示:

    https://fastpillseasy.com/# boner pills online

  17. Charlesbot表示:

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

  18. Charlesbot表示:

    http://fastpillseasy.com/# online prescription for ed

  19. Donaldabula表示:

    sildenafil online FastPillsForMen Viagra tablet online

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

發佈留言

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