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

  1. Julia Munson was born in Hoboken, New Jersey, in 1875.

  2. Brian Clough’s Nottingham Forest added the European Cup to their League Cup victory with a 1-zero win over Malmö of Sweden in the final.

  3. DevonPhack表示:

    https://pharm24.pro/# solutions for ed
    pet antibiotics without vet prescription

  4. Williamagric表示:

    online drugs http://indianpharm24.pro/# online shopping pharmacy india

  5. Williamagric表示:

    ed cures https://pharm24.pro/# ed in men

  6. These Football Workforce Sheet Templates largely come with a cartoon of famous footballers playing the ball which is accompanied by a worksheet to be filled up with a story or paragraph in regards to the footballer by your youngster.

  7. Sponsor: Cuy-Lor Stamp Club.

  8. LeroyBak表示:

    causes of ed cheap pharmacy canadian online drugstore

  9. Jorgeagopy表示:

    mexican pharmaceuticals online: mexican pharm 24 – mexico drug stores pharmacies

  10. It’s truly part of Niagara Falls, a little outdated waterfall you’ll have heard of.

  11. Robertfah表示:

    These are 2024’s top trending Halloween costumes, according to Google
    согласование вывески с администрацией города

    An Olympic breakdancer, a Chipotle burrito and a pop star walk into a bar.

    This may sound like the start to a bad joke, but it could be a scene unfolding across the US on October 31, according to online search data.

    Google’s annual “Frightgeist” list has unveiled 25 costume ideas the tech giant says are “trending” in the build-up to Halloween. The list, based on comparisons of year-on-year search data from September, is also something of a who’s who of pop culture in 2024.

    Top of this year’s list is Bob, a shrunken-headed ghost from the recent “Beetlejuice” sequel. Viral breakdancer Raygun took second place, with Google noting a spike in searches for “green and yellow track suit” and “green track pants,” as worn during the Australian’s controversial Olympics performance. Third place went to CatNap, the cat-like monster from the popular video game series “Poppy Playtime.”

    Also in the top 10 were Deadpool’s female counterpart Lady Deadpool and singer Sabrina Carpenter, whose cut-out heart corset has spiked in searches this year, according to Google Trends.

  12. LeroyBak表示:

    india online pharmacy Indian pharmacy online pharmacy website india

  13. DevonPhack表示:

    https://indianpharm24.pro/# buy prescription drugs from india
    canadian drugs

  14. Good site you have got here.. It’s hard to find high quality writing like yours these days. I honestly appreciate individuals like you! Take care!!

  15. BrandonSaisy表示:

    world pharmacy india: Indian pharmacy to USA – best india pharmacy

  16. Jorgeagopy表示:

    best canadian pharmacy online: cheap pharmacy online – cheap erectile dysfunction pill

  17. LeroyBak表示:

    erectile dysfunction drugs cheap meds impotance

  18. Williamagric表示:

    tadalafil without a doctor’s prescription http://pharm24.pro/# drugs for ed

  19. Williamagric表示:

    cheap online pharmacy http://pharm24.pro/# foods for ed

  20. BrandonSaisy表示:

    cheapest online pharmacy india: Indian pharmacy international shipping – buy medicines online in india

  21. Jorgeagopy表示:

    mail order pharmacy india: medicines from India – Online medicine order

  22. The reason of the Picture-Folio depicts a captivating story, represented by the concept movie, that followers can sit up for.

  23. LeroyBak表示:

    online pharmacy india India pharmacy international india pharmacy

發佈回覆給「vivod iz zapoya v stacionare balashiha_sckn」的留言 取消回覆

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