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

46,727 Responses

  1. Willietwict表示:

    https://clomid.pro/# buy clomid 50mg online

  2. Hectorrer表示:

    darknet магазин зелья как зайти на мегу

  3. Brandendooky表示:

    мега onion зеркало мега зеркало

  4. EdgarMak表示:

    ссылка на мегу мега кокаин

  5. Obersenep表示:

    Xiidra ZYE- druh is another prescription eye drop for dry eye treatment. doxycycline 200 mg The vulture king finally found out that Zhao Ling was not a member of them, and immediately asked in surprise.

  6. MichaelMuh表示:

    сайты даркнет mega onion

  7. Eachellepisn表示:

    best free online dating
    farmersonly
    free dating date

  8. Robertinfox表示:

    мега скорость мега нарко

  9. RichardAmbig表示:

    мега онион сайт mega зеркало

  10. wewencash表示:

    Interdependence between 8 ounces of cabotegravir clearance values are more compliant. doxycycline constipation

  11. wewencash表示:

    6 Ојg of genomic DNA 100, 000 hESCs and plasmid DNA from 10 2 to 10 7 copies for the standard curve. buy doxycycline 100mg Abdominal pain Headache Nausea Diarrhea Vomiting Temporary discoloration of the urine.

  12. Mmwshs表示:

    oral oxcarbazepine 300mg ursodiol order buy crestor 10mg without prescription

  13. Jackieslige表示:

    мега официальный сайт сайты даркнет

  14. Gydokg表示:

    cost trileptal cost urso 150mg purchase rosuvastatin without prescription

發佈留言

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