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

43,817 Responses

  1. ShawnWhism表示:

    https://pharmnoprescription.pro/# buy medications without a prescription

  2. Irvincerce表示:

    pharmacy without prescription: online pharmacy – no prescription required pharmacy

  3. ScottBoume表示:

    canadian pharmacy discount code: canada online pharmacy – online pharmacy no prescription needed

  4. ScottBoume表示:

    no prescription medicines: canada prescription drugs online – buy meds online no prescription

  5. BruceRer表示:

    buy medication online no prescription: canadian prescription prices – mexican pharmacy no prescription

  6. BruceRer表示:

    cheapest ed meds: erectile dysfunction medicine online – online prescription for ed

  7. RobertSlata表示:

    http://pharmnoprescription.pro/# no prescription medicine

  8. Irvincerce表示:

    buy medications without prescriptions: mexican pharmacies no prescription – canadian pharmacy online no prescription needed

  9. RobertSlata表示:

    http://onlinepharmacy.cheap/# non prescription medicine pharmacy

  10. ShawnWhism表示:

    http://edpills.guru/# ed medicines online

  11. ScottBoume表示:

    canadian pharmacy world coupon: canada online pharmacy – canadian pharmacy no prescription needed

  12. ScottBoume表示:

    canadian prescriptions in usa: buying prescription drugs in canada – no prescription medicine

  13. ShawnWhism表示:

    http://onlinepharmacy.cheap/# overseas pharmacy no prescription

  14. Zctyyb表示:

    metronidazole 200mg for sale – flagyl 200mg generic order zithromax 250mg generic

  15. Patrickorilk表示:

    online ed medicine cheapest ed pills low cost ed pills

  16. Irvincerce表示:

    buy prescription drugs on line: no prescription online pharmacy – pharmacy online no prescription

  17. ShawnWhism表示:

    http://pharmnoprescription.pro/# canada prescription online

  18. Gouicd表示:

    oral acillin buy amoxicillin medication amoxicillin without prescription

  19. ScottBoume表示:

    promo code for canadian pharmacy meds: online mexican pharmacy – canadian pharmacy world coupon

  20. ScottBoume表示:

    canadian pharmacy world coupons: mexico pharmacy online – canada drugs coupon code

  21. ShawnWhism表示:

    https://onlinepharmacy.cheap/# pharmacy online 365 discount code

  22. BruceRer表示:

    cheap erection pills: cheap ed medicine – online ed prescription

  23. BruceRer表示:

    where can i buy ed pills: online erectile dysfunction pills – cheapest ed treatment

  24. Patrickorilk表示:

    pharmacy online no prescription mexico prescription drugs online canada prescription

  25. RobertSlata表示:

    http://edpills.guru/# cheap ed drugs

  26. ShawnWhism表示:

    https://onlinepharmacy.cheap/# mail order pharmacy no prescription

  27. ScottBoume表示:

    pharmacy coupons: pharmacy online – no prescription pharmacy paypal

  28. BruceRer表示:

    buying prescription drugs from canada: online pharmacy delivery – canadian pharmacy world coupon code

  29. ScottBoume表示:

    online pharmacy canada no prescription: overseas online pharmacy-no prescription – no prescription medicine

  30. RobertSlata表示:

    http://pharmnoprescription.pro/# cheap drugs no prescription

發佈留言

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