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

  1. BernardMop表示:

    minocycline capsulas inverfast.com buy ivermectin nz

  2. вывод из запоя цена краснодар https://sergiev.0pk.me/viewtopic.php?id=3461 .

  3. AlbertDuM表示:

    minocycline warnings: inverfast.com – minocycline 100mg tablets for human

  4. BernardMop表示:

    buy Lisinopril 1st [url=https://lisinopril1st.com/#]buy Lisinopril online[/url] buy Lisinopril 1st

  5. BernardMop表示:

    Cytotec 200mcg price buy cytotec online buy cytotec pills

  6. km88表示:

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

  7. DarrenUnjuh表示:

    https://lisinopril1st.com/# buy Lisinopril 1st

  8. AlbertDuM表示:

    purchase cytotec: Abortion pills online – cytotec pills buy online

  9. DarrenUnjuh表示:

    http://plavixclo.com/# antiplatelet drug

  10. AlbertDuM表示:

    buy cytotec online fast delivery: buy cytotec online – п»їcytotec pills online

  11. BrandenSlomy表示:

    amoxicillin online no prescription: amoxil – amoxicillin 500mg buy online canada

  12. BrandenSlomy表示:

    prednisone brand name: prednisone – prednisone sale

  13. BrandenSlomy表示:

    can i buy prednisone from canada without a script: cheap prednisone – prednisone 2.5 mg tab

  14. In 2019, Scott Brothers International acquired the model and related IP rights to Property Brothers from Cineflix Media and producing rights for all future Property Brothers initiatives.

  15. Survived by three sons, George H Jurgensen, Coulee Dam, WA; Donald Jurgensen, Seattle, WA; and Ronald Jurgensen, Wilbur; 3 daughters, Mrs Raymond (Dorothea) Johnson; Mrs Carl (Florence) Hansen, both of Wilbur and Mrs Milton (Loma) Seavey, Tacoma, WA; 18 grandchildren; 15 great grandchildren; quite a few nieces and nephews.

  16. She had one sister, Rosemary Mayer, a sculptor who was a member of related conceptual artwork communities during the 1970s and 1980s, along with being a founding member of the feminist art area A.I.R.

發佈留言

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