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

  1. StevenStasp表示:

    https://potenzmittel.men/# internet apotheke

  2. Frankslila表示:

    http://potenzmittel.men/# online apotheke versandkostenfrei

  3. Raymondswity表示:

    gГјnstige online apotheke cialis preise online apotheke deutschland

  4. I recommend to all this best Fxroboteasy

  5. StevenStasp表示:

    https://apotheke.company/# internet apotheke

  6. Frankslila表示:

    http://cialiskaufen.pro/# versandapotheke

  7. Kevinclats表示:

    pharmacie ouverte 24/24 kamagra gel pharmacie ouverte

  8. Eliseorip表示:

    Pharmacie en ligne sans ordonnance: levitra generique sites surs – acheter mГ©dicaments Г  l’Г©tranger

  9. I hightly recommend this security company site.

  10. LarryWhope表示:

    https://cialissansordonnance.pro/# Pharmacie en ligne livraison gratuite

  11. I recommend to all this best Forex Robot Reviews

  12. I recommend this one of the best rent a lamborghini Miami site.

  13. LarryWhope表示:

    http://viagrasansordonnance.store/# Viagra homme sans prescription

  14. LarryWhope表示:

    https://levitrafr.life/# pharmacie ouverte

  15. Mariophity表示:

    viagra precio 2022: comprar viagra contrareembolso 48 horas – sildenafilo cinfa sin receta

  16. LarryWhope表示:

    https://cialissansordonnance.pro/# Pharmacie en ligne France

  17. I recommend only this very best luxury car rental Miami site.

  18. LarryWhope表示:

    https://pharmacieenligne.guru/# Pharmacie en ligne sans ordonnance

  19. Kevinclats表示:

    Pharmacie en ligne fiable kamagra oral jelly Pharmacie en ligne fiable

  20. Eliseorip表示:

    SildГ©nafil 100 mg prix en pharmacie en France: Viagra generique en pharmacie – Viagra 100 mg sans ordonnance

  21. LarryWhope表示:

    http://cialissansordonnance.pro/# pharmacie ouverte

  22. LarryWhope表示:

    http://viagrasansordonnance.store/# Sildénafil 100 mg sans ordonnance

  23. LarryWhope表示:

    http://pharmacieenligne.guru/# acheter médicaments à l’étranger

  24. Mariophity表示:

    sildenafilo cinfa 25 mg precio: comprar viagra – viagra online cerca de zaragoza

  25. LarryWhope表示:

    http://kamagrafr.icu/# Pharmacie en ligne fiable

  26. LarryWhope表示:

    https://kamagrafr.icu/# Pharmacie en ligne fiable

  27. LarryWhope表示:

    http://pharmacieenligne.guru/# acheter médicaments à l’étranger

  28. Eliseorip表示:

    pharmacie ouverte: pharmacie en ligne pas cher – п»їpharmacie en ligne

  29. Kevinclats表示:

    Pharmacie en ligne France cialis sans ordonnance п»їpharmacie en ligne

  30. LarryWhope表示:

    http://cialissansordonnance.pro/# Pharmacie en ligne fiable

發佈留言

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