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

41,741 Responses

  1. DouglasGed表示:

    mexican pharmaceuticals online: Best online Mexican pharmacy – best online pharmacies in mexico

  2. Leonardpar表示:

    https://indiapharmacy.shop/# indian pharmacies safe

  3. Howdy! This post couldn’t be written any better! Reading this post reminds me of my good old room mate! He always kept chatting about this. I will forward this post to him. Fairly certain he will have a good read. Thank you for sharing!

  4. Отличный сайт! Всем рекомендую!печать листовок в Тюмени

  5. DouglasGed表示:

    india pharmacy: indian pharmacy online – pharmacy website india

  6. You must participate in a contest for among the best blogs on the web. I will advocate this web site!

  7. DouglasGed表示:

    ed prescriptions online: Cheap ED pills online – ed prescription online

  8. Price dynamics are also unique: commodities become more volatile as prices rise.

  9. Richardexips表示:

    A chainsaw amnesty is protecting the rainforest in Borneo
    хитсад

    Borneo was once covered in lush, dense rainforests, but they are rapidly disappearing. The Southeast Asian island, roughly three times the size of the UK, has lost half its forest cover since the 1930s, destroying precious habitat for wildlife such as the critically endangered orangutan, as well as valuable carbon stores.

    A non-profit called Health in Harmony (HIH) is asking farmers to hand in their chainsaws in return for money, and a chance to set up an alternative livelihood.

    Borneo is divided between Indonesia, Malaysia and Brunei, and it is estimated that up to 10% of its land is taken up by industrial palm oil and logging operations. But deforestation isn’t just about large-scale tree clearance; some of those behind the logging are small-scale farmers, cutting trees as a sideline to make ends meet.

    Buyback and healthcare
    HIH launched its chainsaw buyback scheme in 2017, under the group’s Indonesian name, Alam Sehat Lestari (ASRI). Farmers who illegally log and sell the wood to timber companies are given around $200 for their chainsaws, as well as up to $450 in financial support for them to set up an alternative, sustainable livelihood, such as opening a shop, organic farming and even beekeeping.

    The scheme also involves addressing the root causes of the problem. According to HIH, many of the farmers who turn to logging do so because they need the money for basics like healthcare.

    “They live far from the healthcare clinics, and they see logging as a place where they can get quick cash,” explained Mahardika “Dika” Putra, conservation program manager at HIH. “If they need this amount of money, they cut this amount of trees.

    “We asked what solutions they think they need to live in harmony with the forest and they said, ‘high quality, affordable healthcare, and training in organic farming.’”

  10. DouglasGed表示:

    п»їbest mexican online pharmacies: mexican pharmacy – mexican rx online

  11. Wonderful goods from you, man. I’ve remember your stuff previous to and you are just too magnificent. I actually like what you’ve received here, certainly like what you’re saying and the way wherein you are saying it. You are making it entertaining and you continue to take care of to stay it wise. I cant wait to read much more from you. That is really a great website.

  12. Check out Monet’s Poplars, White and Yellow Effect.

  13. Because there are a lot of them that has the intention, there are only few reliable information available to urge them.

  14. Leonardpar表示:

    https://edpillpharmacy.store/# where can i buy ed pills

  15. PokerTube表示:

    Also visit my page: PokerTube

  16. DouglasGed表示:

    buy prescription drugs from india: Cheapest online pharmacy – reputable indian pharmacies

  17. Great site! I recommend it to everyone!Book private flights

  18. DouglasGed表示:

    ed meds online: erectile dysfunction medication online – ed medicine online

  19. DouglasGed表示:

    indian pharmacy online: Online pharmacy – online shopping pharmacy india

  20. pokertube表示:

    Feel free to visit my web site; pokertube

  21. Discover unique fashion pieces at Z SUPPLY Clothing.

  22. Oh my goodness! Impressive article dude! Thank you, However I am going through troubles with your RSS. I don’t understand the reason why I am unable to join it. Is there anybody getting the same RSS problems? Anybody who knows the solution can you kindly respond? Thanks!!

  23. DouglasGed表示:

    medicine in mexico pharmacies: Best online Mexican pharmacy – purple pharmacy mexico price list

  24. Leonardpar表示:

    http://indiapharmacy.shop/# buy medicines online in india

  25. Charleshon表示:

    https://indiapharmacy.shop/# reputable indian pharmacies
    ed meds online

  26. Charleshon表示:

    http://indiapharmacy.shop/# best online pharmacy india
    boner pills online

  27. Explore a wide range of styles at paige jeans outlet.

  28. We’re a bunch of volunteers and opening a new scheme in our community. Your site provided us with helpful information to paintings on. You’ve done an impressive task and our whole community will likely be thankful to you.

發佈留言

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