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

61,894 Responses

  1. Ronaldpayon表示:

    https://maxviagramd.shop/# discreet shipping

  2. LorenzoLiate表示:

    secure checkout Viagra cheap Viagra online cheap Viagra online

  3. AlbertoHip表示:

    best price Cialis tablets: FDA approved generic Cialis – order Cialis online no prescription

  4. RobertRef表示:

    legit Viagra online: safe online pharmacy – same-day Viagra shipping

  5. RobertAmets表示:

    покупка электроники интернет магазины электроника магазин купить

  6. RobertRef表示:

    best price for Viagra: secure checkout Viagra – legit Viagra online

  7. LorenzoLiate表示:

    verified Modafinil vendors modafinil 2025 modafinil legality

  8. Ronaldpayon表示:

    http://maxviagramd.com/# buy generic Viagra online

  9. Ronaldpayon表示:

    http://zipgenericmd.com/# order Cialis online no prescription

  10. Ronaldpayon表示:

    https://maxviagramd.shop/# secure checkout Viagra

  11. Euroror表示:

    Consistent reassurance from a partner helps address performance anxiety with vardenafil dosage. Speed and secrecy – delivered flawlessly.

  12. Asking questions are genuinely fastidious thing if you are not understanding something fully,however this piece of writing presents fastidiousunderstanding yet.

  13. RobertRef表示:

    buy generic Cialis online: Cialis without prescription – generic tadalafil

  14. JeremyMelty表示:

    legal Modafinil purchase: purchase Modafinil without prescription – buy modafinil online

  15. RobertRef表示:

    cheap Viagra online: best price for Viagra – no doctor visit required

  16. LorenzoLiate表示:

    modafinil legality safe modafinil purchase modafinil 2025

  17. RobertRef表示:

    Cialis without prescription: buy generic Cialis online – order Cialis online no prescription

  18. MichealSek表示:

    The site offers a large selection of pharmaceuticals for ordering online.
    Users can easily order treatments from your device.
    Our catalog includes standard drugs and specialty items.
    Each item is provided by reliable pharmacies.
    kamagra pill
    We ensure user protection, with private checkout and fast shipping.
    Whether you’re filling a prescription, you’ll find safe products here.
    Visit the store today and enjoy reliable healthcare delivery.

  19. Ronaldpayon表示:

    http://modafinilmd.store/# purchase Modafinil without prescription

  20. LorenzoLiate表示:

    order Viagra discreetly discreet shipping legit Viagra online

  21. JeremyMelty表示:

    secure checkout ED drugs: affordable ED medication – Cialis without prescription

  22. JeremyMelty表示:

    buy modafinil online: doctor-reviewed advice – buy modafinil online

  23. JeremyMelty表示:

    same-day Viagra shipping: generic sildenafil 100mg – safe online pharmacy

  24. AlbertoHip表示:

    generic tadalafil: best price Cialis tablets – best price Cialis tablets

  25. RobertRef表示:

    buy generic Cialis online: affordable ED medication – online Cialis pharmacy

發佈留言

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