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

  1. CarlosSlala表示:

    cheapest online pharmacy india: indian pharmacy – indianpharmacy com

  2. AdolfoAnove表示:

    reputable mexican pharmacies online: mexican pharmacy – mexico pharmacies prescription drugs

  3. AdolfoAnove表示:

    best india pharmacy: indian pharm – reputable indian online pharmacy

  4. AdolfoAnove表示:

    online pharmacy india: indian pharm star – buy medicines online in india

  5. Scottlully表示:

    online shopping pharmacy india: indian pharm star – indian pharmacy online

  6. AdolfoAnove表示:

    top online pharmacy india: IndianPharmStar.com – reputable indian online pharmacy

  7. Thomasjoync表示:

    mail order pharmacy india indian pharmacy Online medicine home delivery

  8. Frankmor表示:

    ed meds online without doctor prescription http://canadianpharm1st.com/# men with ed

  9. Thomasjoync表示:

    Online medicine home delivery indian pharmacy cheapest online pharmacy india

  10. Scottlully表示:

    buying prescription drugs in mexico online: Mexican Pharm – mexican pharmaceuticals online

  11. Scottlully表示:

    non prescription erection pills: canadian pharmacy – causes for ed

  12. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  13. To excel in offering food, protected housing, clothes, schooling, job coaching and counseling to neighbors in want.

  14. Yan-Fang Mei is an actress; she was in “Rumble Within the Bronx”.

  15. AdolfoAnove表示:

    reputable mexican pharmacies online: Mexican Pharm – reputable mexican pharmacies online

  16. Dibs later turned the Tenth Brother Inquisitor in the service of the Empire and appeared within the comedian book Darth Vader: Dark Lord of the Sith, where he assisted Darth Vader, the Sixth Brother and the Ninth Sister in looking the Jedi Ferren Barr on the planet Mon Cala.

  17. An organization offering aircraft management is devoted to providing full accounting and owner summary services.

  18. Scottlully表示:

    cialis without a doctor’s prescription: canadian pharm – ed supplements

  19. It is a role-taking part in sport in that you simply play a job and make character improvement decisions that be certain that you end up with a unique alter ego.

  20. In late 1739, the British Parliament decided to raise a “Regiment of Foot”, an infantry unit, in the American colonies, to be used in the West Indies for the warfare against Spain, identified as the War of Jenkins’ Ear.

  21. Thomasjoync表示:

    erectile dysfunction pills canada pharmacy online best online canadian pharmacy

  22. On March 1, 1941, W47NV began operations in Nashville, as the first fully licensed commercial FM radio station in the United States.

  23. Frankmor表示:

    ed pills that really work http://mexicanpharmeasy.com/# mexico pharmacies prescription drugs

  24. Mejia, Ozzie (November 6, 2020).

  25. Survivors embrace one daughter-in-law, Wanda Carson of Little Rock; two grandsons, Kevin Hampson of San Antonio, Texas, and Carson Hampson of Little Rock; and one great-grandchild, Chloe Hampson of San Antonio.

  26. AdolfoAnove表示:

    treatment for ed: canadianpharm1st.com – medicine for erectile

  27. Owing to his father’s function as a Founding Father and William’s loyalty to Britain, the relationship between father and son grew to become strained past the breaking point.

  28. In animals, TMAO is a product of the oxidation of trimethylamine, a standard metabolite of trimethyl quaternary ammonium compounds, like choline, trimethylglycine, and L-carnitine.

發佈留言

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