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

38,531 Responses

  1. RandallTaulp表示:

    order cheap propecia tablets: get propecia without insurance – get generic propecia pill

  2. RandallTaulp表示:

    Abortion pills online: Misoprostol 200 mg buy online – buy cytotec online

  3. Davidtes表示:

    Abortion pills online buy cytotec over the counter purchase cytotec

  4. WilliamRhype表示:

    https://ciprofloxacin.tech/# purchase cipro

  5. Davidtes表示:

    tamoxifen skin changes tamoxifen and grapefruit tamoxifen premenopausal

  6. RandallTaulp表示:

    buy cytotec in usa: order cytotec online – buy cytotec over the counter

  7. 1win880piodo表示:

    Топовая Букмекерская контора – 1win

  8. Лучшая Букмекерская контора, рекомендую 1win

  9. RandallTaulp表示:

    buying propecia without prescription: cost cheap propecia without dr prescription – cheap propecia without rx

  10. WilliamRhype表示:

    https://lisinopril.network/# lisinopril 50 mg

  11. WilliamRhype表示:

    http://ciprofloxacin.tech/# п»їcipro generic

  12. 1win881piodo表示:

    Надёжная Букмекерская контора – 1win

  13. Топовая Букмекерская контора, рекомендую 1win

  14. Davidtes表示:

    ciprofloxacin generic cipro for sale buy cipro online without prescription

  15. RandallTaulp表示:

    cost of propecia for sale: cost of generic propecia online – cost propecia online

  16. Davidtes表示:

    purchase cipro antibiotics cipro ciprofloxacin over the counter

  17. Ronaldpsymn表示:

    http://nolvadex.life/# tamoxifen for breast cancer prevention

  18. RandallTaulp表示:

    buy cipro cheap: buy cipro online – where can i buy cipro online

  19. Davidtes表示:

    purchase cytotec buy cytotec in usa buy cytotec over the counter

  20. WilliamRhype表示:

    http://finasteride.store/# cost of propecia without insurance

  21. Ronaldpsymn表示:

    https://lisinopril.network/# lisinopril 80mg tablet

  22. Ronaldpsymn表示:

    http://finasteride.store/# order cheap propecia pills

  23. RandallTaulp表示:

    cost of generic propecia without insurance: propecia medication – cost generic propecia no prescription

  24. RandallTaulp表示:

    nolvadex only pct: buy tamoxifen – tamoxifen blood clots

  25. WilliamRhype表示:

    https://ciprofloxacin.tech/# cipro 500mg best prices

  26. 1win882piodo表示:

    Надёжная Букмекерская контора, всем советую 1win

  27. Топовая Букмекерская контора в мире 1win

  28. Davidtes表示:

    nolvadex only pct tamoxifen endometrium nolvadex for pct

  29. Davidtes表示:

    tamoxifen estrogen tamoxifen hormone therapy tamoxifen moa

  30. Ronaldpsymn表示:

    https://nolvadex.life/# tamoxifen and antidepressants

發佈留言

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