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

43,021 Responses

  1. Jamesref表示:

    https://propeciaf.online/# cheap propecia without rx

  2. Robertbup表示:

    http://cytotec.xyz/# cytotec online

  3. Marvinteabs表示:

    can you buy clomid without insurance where buy clomid no prescription where buy generic clomid price

  4. Jamesref表示:

    https://cytotec.xyz/# purchase cytotec

  5. Roberthaish表示:

    cost of propecia without dr prescription: propecia generic – rx propecia

  6. Jamesref表示:

    http://clomiphene.shop/# where can i get cheap clomid

  7. Eu recomendo um cassino confiavel Blaze

  8. Marvinteabs表示:

    purchase neurontin canada how much is generic neurontin medication neurontin 300 mg

  9. Thomasallop表示:

    cytotec buy online usa: п»їcytotec pills online – buy cytotec over the counter

  10. Marvinteabs表示:

    buy cytotec pills cytotec abortion pill buy cytotec over the counter

  11. Thomasallop表示:

    cytotec buy online usa: buy cytotec online – cytotec pills buy online

  12. A melhor casa de apostas para cassinos Blaze

  13. Thomasallop表示:

    medicine neurontin capsules: neurontin 500 mg – neurontin 800

  14. Jamesref表示:

    https://propeciaf.online/# cost generic propecia for sale

  15. Eu recomendo o melhor cassino Blaze

  16. Roberthaish表示:

    get cheap clomid price: cost of clomid without dr prescription – how to get generic clomid without insurance

  17. Jamesref表示:

    https://gabapentin.club/# buy neurontin online

  18. Marvinteabs表示:

    lisinopril 12.5 tablet lisinopril 10 mg brand name in india lisinopril 4214

  19. Jamesref表示:

    http://clomiphene.shop/# where buy generic clomid without rx

  20. Jamesref表示:

    http://gabapentin.club/# neurontin medication

  21. Marvinteabs表示:

    neurontin canada online cost of neurontin 600 mg canada neurontin 100mg discount

  22. Thomasallop表示:

    neurontin 800 pill: generic neurontin 300 mg – how much is neurontin

  23. Marvinteabs表示:

    cytotec buy online usa cytotec online п»їcytotec pills online

  24. Eu recomendo o melhor cassino Blaze

  25. Roberthaish表示:

    can you buy clomid without dr prescription: how to get generic clomid for sale – where to get generic clomid without prescription

  26. Thomasallop表示:

    order clomid: can i get generic clomid pill – can i purchase generic clomid pills

  27. Thomasallop表示:

    lisinopril 80 mg tablet: lisinopril generic 20 mg – lisinopril online canada

  28. Jamesref表示:

    http://gabapentin.club/# neurontin price india

  29. Robertbup表示:

    http://clomiphene.shop/# how to get clomid without insurance

發佈留言

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