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

  1. CarlosSlala表示:

    mexican border pharmacies shipping to usa: mexican pharm easy – mexico pharmacies prescription drugs

  2. Vefkep表示:

    eriacta ancient – sildigra particular forzest couple

  3. Scottlully表示:

    indianpharmacy com: indian pharm – indianpharmacy com

  4. AdolfoAnove表示:

    best online pharmacies in mexico: mexican pharm easy – mexican pharmaceuticals online

  5. Thomasjoync表示:

    mexican rx online mexican pharmacy buying prescription drugs in mexico

  6. Thomasjoync表示:

    buy prescription drugs from india canadianpharm1st.com how to treat ed

  7. AdolfoAnove表示:

    top 10 pharmacies in india: indian pharm star – indian pharmacies safe

  8. AdolfoAnove表示:

    indian pharmacy online: IndianPharmStar – indian pharmacies safe

  9. AdolfoAnove表示:

    mens ed pills: canadianpharm1st.com – best natural cure for ed

  10. AdolfoAnove表示:

    reputable mexican pharmacies online: mexican pharm easy – buying prescription drugs in mexico

  11. joint restore表示:

    One other thing I would like to talk about is that instead of trying to match all your online degree tutorials on days that you complete work (because most people are tired when they return home), try to obtain most of your instructional classes on the week-ends and only one or two courses in weekdays, even if it means taking some time away from your weekend break. This is beneficial because on the saturdays and sundays, you will be far more rested along with concentrated on school work. Thanks for the different suggestions I have figured out from your blog site.

  12. Frankmor表示:

    pet meds without vet prescription canada http://mexicanpharmeasy.com/# purple pharmacy mexico price list

  13. KennethFetty表示:

    Федерация – это проводник в мир покупки запрещенных товаров, можно купить мефедрон, купить кокаин, купить меф, купить экстази в различных городах. Москва, Санкт-Петербург, Краснодар, Владивосток, Красноярск, Норильск, Екатеринбург, Мск, СПБ, Хабаровск, Новосибирск, Казань и еще 100+ городов.

  14. CarlosSlala表示:

    the best ed drug: canadianpharm1st – erection pills that work

  15. AdolfoAnove表示:

    indian pharmacy online: indian pharm – п»їlegitimate online pharmacies india

  16. Frankmor表示:

    canadian drug prices http://indianpharmstar.com/# reputable indian online pharmacy

  17. Frankmor表示:

    what causes ed http://canadianpharm1st.com/# erectile dysfunction drugs

  18. Scottlully表示:

    indian pharmacies safe: indian pharmacy – top 10 pharmacies in india

  19. Thomasjoync表示:

    mexican border pharmacies shipping to usa Pharm Easy mexican mail order pharmacies

  20. Frankmor表示:

    the best ed drug https://canadianpharm1st.com/# ed drugs

  21. Thomasjoync表示:

    cheap erectile dysfunction pills canada pharmacy online online drugstore

發佈留言

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