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

  1. Chattanooga also is home to several semi-professional football groups, including the Tennessee Crush and the Chattanooga Steam.

  2. Scottlully表示:

    best online pharmacy india: indian pharm – indian pharmacy paypal

  3. Scottlully表示:

    india online pharmacy: indian pharm – Online medicine home delivery

  4. There are several facets to this desideratum.

  5. Thomasjoync表示:

    erectial dysfunction canadianpharm1st ed meds online

  6. Frankmor表示:

    male erectile dysfunction https://canadianpharm1st.com/# prescription drugs online

  7. Fictionally, Deus Ex is ready in a close to-future version of the true world (as it exists if conspiracy buffs are proper).

  8. Thomasjoync表示:

    mexico drug stores pharmacies Pharm Easy buying prescription drugs in mexico online

  9. The intellectual property rights are owned by Vertigo Records.

  10. CarlosSlala表示:

    india pharmacy: indian pharmacy – indian pharmacy

  11. AdolfoAnove表示:

    indian pharmacy paypal: indian pharmacy – cheapest online pharmacy india

  12. The 2 gamers had already played against one another on the planet Chess Championship match 1978 within the Philippines, when Karpov also received.

  13. Scottlully表示:

    ed pharmacy: canadian pharmacy – best natural ed treatment

  14. A group of affordable bracelets for ladies.

  15. CarlosSlala表示:

    best ed pills non prescription: canadianpharm1st.com – male dysfunction pills

  16. AdolfoAnove表示:

    purple pharmacy mexico price list: mexicanpharmeasy.com – reputable mexican pharmacies online

  17. AdolfoAnove表示:

    top 10 pharmacies in india: indian pharmacy – mail order pharmacy india

  18. Good ? I should definitely pronounce, impressed with your web site. I had no trouble navigating through all the tabs as well as related information ended up being truly easy to do to access. I recently found what I hoped for before you know it in the least. Quite unusual. Is likely to appreciate it for those who add forums or anything, site theme . a tones way for your customer to communicate. Nice task..

  19. Thomasjoync表示:

    medication from mexico pharmacy mexicanpharmeasy.com mexico drug stores pharmacies

  20. Thomasjoync表示:

    best online pharmacies in mexico [url=https://mexicanpharmeasy.com/#]Mexican Pharm[/url] mexican pharmaceuticals online

  21. AdolfoAnove表示:

    india pharmacy mail order: indian pharm – indian pharmacy online

  22. Frankmor表示:

    ed meds online without doctor prescription https://mexicanpharmeasy.com/# best online pharmacies in mexico

  23. AdolfoAnove表示:

    reputable indian online pharmacy: IndianPharmStar.com – indian pharmacies safe

發佈留言

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