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

  1. IN Need OF Stylish OUTFIT Ideas?

  2. 6 (as in the sport) and didn’t accomplish a lot, though the position was nonetheless near equality.

  3. After Cere was captured and interrogated by the Empire, she betrayed Trilla’s location, resulting in her being captured and tortured by the Empire as well, until giving into the dark aspect and changing into the Second Sister Inquisitor.

  4. BrandenSlomy表示:

    amoxicillin capsules 250mg: Amoxicillin for sale – amoxicillin buy no prescription

  5. The main objective of organizing an event is to connect with the shoppers, strengthen the connection that can enhance the customer and enhance the upsells and advocacy.

  6. high Stakes表示:

    Visit my homepage – high Stakes

  7. Issues enjoying this file?

  8. So for all you style junkies, Juvalia jewellery involves the rescue.

  9. By tying a Swastik Rakhi, which is an emblem of fine luck, fortune and prosperity sisters can make brothers feel special and blessed.

  10. Bailey, John (October 1, 2021).

  11. Real estate表示:

    Just about all of whatever you articulate is astonishingly legitimate and that makes me wonder the reason why I had not looked at this in this light previously. This particular article really did switch the light on for me personally as far as this particular subject goes. But at this time there is 1 issue I am not too comfortable with and while I try to reconcile that with the actual central theme of the issue, permit me observe exactly what the rest of the visitors have to say.Nicely done.

  12. Win-win throughout. There are about 2,000 different crowdfunding platforms worldwide, lots of them specializing in specific fields: elevating money for science experiments, for bands, or documentaries.

  13. AlbertDuM表示:

    Lisinopril 1st: lisinopril1st – buy Lisinopril online

  14. すらある表示:

    Snoke serves as Supreme Chief of the primary Order, which emerged from the remnants of the Galactic Empire, whereas Kylo leads the Knights of Ren, a gaggle of Drive-wielders who take their energy from the dark facet.

  15. DarrenUnjuh表示:

    https://iverfast.com/# minocycline topical foam

  16. Finally, Kylo found that Darth Sidious was alive and plotted to kill this potential rival, but as an alternative sided with him after the latter revealed the ultimate Order, a large fleet of Xyston-class Star Destroyers built by the Sith Eternal, which he promised to provide Kylo management of in alternate for killing Rey, revealed to be his granddaughter.

  17. BrandenSlomy表示:

    can i get cheap clomid online: where can i buy clomid without a prescription – where to buy generic clomid prices

  18. After the sport, Carlsen mentioned that in a long match not each game goes to contain fireworks.

  19. DarrenUnjuh表示:

    https://lisinopril1st.com/# 10mg generic 10mg lisinopril

  20. AlbertDuM表示:

    antiplatelet drug: PlavixClo – generic plavix

  21. Sazrfrp表示:

    Пошаговая инструкция по безопасной покупке диплома о высшем образовании
    rosseia.flybb.ru/viewtopic.php?f=2&t=506

  22. The later Reeltime manufacturing Dæmos Rising followed up on some of the elements of this story, particularly with the characters of Kate Lethbridge-Stewart and Captain Cavendish.

  23. がつへん表示:

    Chew lived and practiced law in Heart Metropolis Philadelphia, 4 blocks from the Pennsylvania State House, later renamed Independence Hall, and provided pro bono authorized counsel on substantive law to America’s Founding Fathers during their creation of the United States Constitution and Invoice of Rights.

  24. Louisiana state and metropolis civil service departments award a 5-level desire to honorably discharged veterans and 10-point choice to honorably discharged service-connected disabled veterans.

  25. Jonathan then makes use of computer-generated imagery for example his imagined vision for the houses after vital renovations.

發佈留言

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