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

42,909 Responses

  1. A partially overlapping category of instruments is that of eating utensils, that are tools used for eating (c.f.

  2. Matthewweind表示:

    neurontin 100 mg: buy gabapentin – neurontin cap 300mg

  3. Leaking fuel filled the sewers along a number of major thoroughfares and the resulting explosions turned several kilometers of street surface into deep trenches, sending automobiles and debris excessive into the air and igniting fires over a large area.

  4. 磯島武表示:

    James Willie Latimer, 56, died at his residence south of Lockesburg within the Belleville community May 18, 1945 at 3:Forty a.m.

  5. SamuelCic表示:

    http://gabapentin.auction/# buy generic neurontin online

  6. Everything is very open with a very clear description of the challenges. It was definitely informative. Your site is very useful. Many thanks for sharing!

  7. In particular, it was his work in quantum electrodynamics for which he was awarded the 1965 Nobel Prize in physics.

  8. Just like its earlier charms, it has the same capabilities because the Enhanced TnG card which comes with NFC assist.

  9. Attractive, manicured front-yard landscaping may even add worth to your home.

  10. They may have been largely replaced by the far superior digital digital camera, but once they were first introduced in 1948, Polaroid cameras have been a technological marvel!

  11. NicolasLoole表示:

    http://semaglutide.win/# Buy compounded semaglutide online

  12. Hearth gloves – Fireproof and long sufficient to cowl the wrist and a part of the forearm, these gloves are must-have for safe hearth management.

  13. Rises and falls in profitability act as signals to the capitalist class that improvements have occurred in particular industries, but what is necessary is that over time the composition of output – and due to this fact employment – changes: industries that after accounted for a big portion of output and employment now develop more slowly, whereas new industries take a rising share of both.

  14. The patented gas operation of the M4 adjusts for shell size, allowing the gun to cycle low-power/decreased recoil shells as simply because it handles full-energy buckshot and slugs.

  15. Turn a corner of a children’ room into a mini dwelling library that will encourage reading with constructed-in bookshelves and a round upholstered armchair, like this house from Kate Marker Interiors.

  16. Whether or not it’s for your residing room, bedroom, or dining space, our product assortment has something for everybody.

  17. Because of this this spring you might choose for big and small beads pendants and other vogue jewellery designed for pearls.

  18. Stevenjaw表示:

    http://stromectol.agency/# order minocycline 50 mg online
    how to get zithromax online

  19. Stevenjaw表示:

    http://semaglutide.win/# rybelsus price
    buy cheap zithromax online

  20. Proficiency with handguns requires training and follow.

  21. So, take a look at our webpage now and get your very own vintage leather-based article!

  22. ­When you want to increase lighting in, say, the household room, both double the quantity of light sources or, if the fixtures can take it (be certain wattage by no means exceeds a producer’s suggestion), double the wattage of the bulbs.

  23. NicolasLoole表示:

    http://amoxil.llc/# cheap amoxicillin 500mg

  24. Pokertube表示:

    Feel free to visit my website … Pokertube

  25. SamuelCic表示:

    https://stromectol.agency/# stromectol usa

  26. ✅ How do I care for my ring to keep it trying new?

  27. 天気鶴岡表示:

    Nonetheless, their versatility by way of form, measurement, design and comparatively excessive sturdiness are some benefits they hold over other types of manicures.

  28. Constructed-In or Fitted Wardrobes – A solid wooden fitted wardrobe with doorways are built into partitions.

  29. The circumstances that can have an effect on the risk of an ongoing mortgage are defined and monitored throughout the life of the loan.

  30. Michaelgax表示:

    buy amoxicillin online without prescription amoxicillin cheapest price purchase amoxicillin online without prescription

發佈留言

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