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

44,011 Responses

  1. Philiputipt表示:

    canadian pharmacy no prescription prescription drugs from canada online pharmacy non prescription drugs

  2. ArmandoSausy表示:

    https://medicationnoprescription.pro/# buying prescription drugs online canada

  3. Philiputipt表示:

    buying prescription drugs in india canadian pharmacy online no prescription needed buy drugs without prescription

  4. Harveyicofs表示:

    http://medicationnoprescription.pro/# non prescription online pharmacy india

  5. Austinnet表示:

    no prescription online pharmacies: mexico online pharmacy prescription drugs – buying prescription drugs online canada

  6. Harveyicofs表示:

    http://edpill.top/# online ed drugs

  7. MatthewSox表示:

    buying prescription drugs from canada: online pharmacy prescription – canadian pharmacy no prescription

  8. Philiputipt表示:

    canada drugs no prescription online meds without prescription prescription drugs canada

  9. Austinnet表示:

    international pharmacy no prescription: rx pharmacy no prescription – canadian pharmacy world coupon

  10. ArmandoSausy表示:

    https://medicationnoprescription.pro/# overseas online pharmacy-no prescription

  11. ArmandoSausy表示:

    https://medicationnoprescription.pro/# online no prescription pharmacy

  12. MatthewSox表示:

    cheapest ed medication: online ed medicine – buy ed pills

  13. MatthewSox表示:

    cheap ed drugs: cheap ed pills online – erectile dysfunction online prescription

  14. HarveyLaree表示:

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

  15. Philiputipt表示:

    offshore pharmacy no prescription canadian online pharmacy no prescription mail order pharmacy no prescription

  16. Philiputipt表示:

    buy medication online without prescription meds online without prescription medications online without prescription

  17. Austinnet表示:

    prescription from canada: canada pharmacies online prescriptions – buying prescription drugs online from canada

  18. MatthewSox表示:

    best online pharmacy without prescription: non prescription canadian pharmacy – canada drugs without prescription

  19. ArmandoSausy表示:

    http://onlinepharmacyworld.shop/# canadian pharmacy world coupon code

  20. ArmandoSausy表示:

    http://onlinepharmacyworld.shop/# cheapest pharmacy to fill prescriptions with insurance

  21. Philiputipt表示:

    buying prescription medicine online buy prescription drugs online without pharmacy no prescription

  22. MatthewSox表示:

    canadian pharmacy no prescription needed: canadian pharmacy world coupons – canadian online pharmacy no prescription

  23. MatthewSox表示:

    cheapest pharmacy for prescriptions: no prescription needed pharmacy – canadian pharmacy without prescription

  24. HarveyLaree表示:

    http://edpill.top/# online erectile dysfunction medication

  25. Harveyicofs表示:

    http://onlinepharmacyworld.shop/# prescription drugs online

  26. ArmandoSausy表示:

    http://onlinepharmacyworld.shop/# mail order pharmacy no prescription

  27. Harveyicofs表示:

    http://medicationnoprescription.pro/# buy prescription drugs without a prescription

  28. ArmandoSausy表示:

    https://medicationnoprescription.pro/# canadian pharmacy online no prescription

  29. MatthewSox表示:

    non prescription canadian pharmacy: canada pharmacies online prescriptions – online medication no prescription

發佈留言

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