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

  1. Marvinteabs表示:

    how can i get generic clomid price can i get clomid without prescription cost clomid

  2. Roberthaish表示:

    buy misoprostol over the counter: buy cytotec pills online cheap – Abortion pills online

  3. Marvinteabs表示:

    neurontin 600 mg tablet neurontin from canada neurontin 800 mg tablets best price

  4. Thomasallop表示:

    neurontin 600 mg cost: neurontin pfizer – buy gabapentin

  5. Um dos melhores cassinos Blaze

  6. Thomasallop表示:

    buy cytotec over the counter: cytotec online – purchase cytotec

  7. Marvinteabs表示:

    purchase cytotec buy cytotec in usa buy cytotec in usa

  8. Marvinteabs表示:

    20 mg lisinopril without a prescription cheapest lisinopril 10 mg zestril price

  9. Jogue em um dos melhores cassinos Blaze

  10. Marvinteabs表示:

    get propecia without rx cheap propecia for sale buying generic propecia price

  11. Eu recomendo o melhor cassino Blaze

  12. Thomasallop表示:

    neurontin 600 mg price: 2000 mg neurontin – buy brand neurontin

  13. Thomasallop表示:

    buy propecia tablets: get cheap propecia no prescription – order propecia tablets

  14. Jamesref表示:

    http://propeciaf.online/# cost of propecia for sale

  15. Roberthaish表示:

    propecia without rx: buy propecia pills – cost of generic propecia without prescription

  16. Jamesref表示:

    http://lisinopril.club/# lisinopril pill 10mg

  17. Robertbup表示:

    http://propeciaf.online/# cost propecia tablets

  18. Jamesref表示:

    https://cytotec.xyz/# cytotec pills buy online

  19. Marvinteabs表示:

    lisinopril 40 mg brand name cost of lisinopril 40mg lisinopril for sale uk

  20. Robertbup表示:

    http://lisinopril.club/# can i buy lisinopril in mexico

  21. Jamesref表示:

    http://gabapentin.club/# neurontin 800 mg

  22. Robertbup表示:

    https://propeciaf.online/# cost of generic propecia without dr prescription

  23. Thomasallop表示:

    lisinopril 40 mg brand name in india: prinivil price – buy zestoretic

  24. Marvinteabs表示:

    buy cytotec purchase cytotec buy cytotec online

  25. Marvinteabs表示:

    cost generic propecia pills cost generic propecia prices order propecia without rx

  26. Roberthaish表示:

    neurontin over the counter: buy neurontin uk – neurontin 200 mg price

  27. Thomasallop表示:

    order cytotec online: buy cytotec in usa – purchase cytotec

  28. Jamesref表示:

    http://gabapentin.club/# over the counter neurontin

  29. Uma otima casa de apostas para cassinos Blaze

  30. A melhor opcao de cassinos Blaze

發佈留言

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