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

59,646 Responses

  1. HassanbuifS表示:

    http://casinositeleri.win/# Deneme Bonusu Veren Siteler
    deneme bonusu veren siteler

  2. Derekfar表示:

    ultrabet guncel: ultrabet guncel – ultrabet yeni giris 1125

  3. porn movie表示:

    Fantastic beat ! I would like to apprentice whilst you amend your site, how can i subscribe for a blog website? The account aided me a appropriate deal. I were tiny bit familiar of this your broadcast provided vibrant clear idea

  4. Тут можно преобрести несгораемый сейф купить сейф противопожарный

  5. Diplomi_yoot表示:

    купит иностранных диплом servera-diplomy199.ru .

  6. Тут можно где купить сейф для дома купить домашний сейф

  7. Lewislobre表示:

    расценки на укладку кафельной плитки укладка кафельной плитки кухне

  8. Тут можно преобрести купить сейф для охотничьего ружья оружейные сейфы и шкафы для охотничьего

  9. Diplomi_qloi表示:

    купить диплом нового образца в самаре 3russkiy-diploms.ru .

  10. The pale, silky smooth wood floor flows from sitting area to dining space, however the ceiling modifications: A low soffit near the gleaming dining desk beams above the desk and chairs.

  11. Nonetheless, he discovered himself as the club’s third choice goalkeeper behind Bingourou Kamara and Matz Sels.

  12. What Are The key Options To think about When Choosing An Electric Typewriter?

  13. The model lent itself to the depiction of saints and prophets, bishops and admirals, and Christ (or Queen Victoria) enthroned.

  14. To make sleeve ruffles, cut two 20×5-inch pieces of white felt.

  15. DevonPhack表示:

    http://mexicanpharm24.cheap/# mexico drug stores pharmacies
    buy ed pills online

  16. With the entire parts having their own “parking” receptacle on the machine, every little thing you want is shut at hand.

  17. Jorgeagopy表示:

    mexican mail order pharmacies: Mexican pharmacy ship US – mexican pharmaceuticals online

  18. It’s not much of a possibility however when you ventured to the center of the Earth, what would you find?

  19. Lhaneevige表示:

    Hi, I think your site might be having browser compatibility issues. When I look at your blog in Safari, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, terrific blog!

    накрутка пф на сайт заказать

  20. Archived 2013-07-09 at the Wayback Machine Sussex Parish Churches – Architects and Artists.

  21. However some pink varieties can be red even if not yet ripe.

  22. Nonetheless, our purpose was to convey our unequivocal place and that isn’t to combine these methods, on the contrary, to buy a high-high quality separate pool heat pump that meets the latest energy requirements and that will provide you with the required comfy water temperature for pleasant moments in the pool.

  23. But the presence of a few outstanding minority news folks, television personalities and film stars is much less vital than the broader nature of the minority expertise within the media industry.

發佈回覆給「コラーゲンを含む食品」的留言 取消回覆

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