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

  1. WilliamRhype表示:

    https://lisinopril.network/# best price for lisinopril

  2. RandallTaulp表示:

    Cytotec 200mcg price: cytotec pills buy online – Abortion pills online

  3. WilliamRhype表示:

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

  4. Davidtes表示:

    nolvadex for sale amazon tamoxifen skin changes nolvadex pct

  5. RandallTaulp表示:

    lisinopril 25 mg: lisinopril tablet – can you buy lisinopril over the counter

  6. RandallTaulp表示:

    prinivil price: buy zestoretic online – lisinopril with out prescription

  7. Davidtes表示:

    cytotec pills buy online п»їcytotec pills online purchase cytotec

  8. WilliamRhype表示:

    http://ciprofloxacin.tech/# ciprofloxacin generic

  9. Ronaldpsymn表示:

    http://ciprofloxacin.tech/# cipro for sale

  10. WilliamRhype表示:

    https://finasteride.store/# get generic propecia pill

  11. Ronaldpsymn表示:

    http://nolvadex.life/# natural alternatives to tamoxifen

  12. Ronaldpsymn表示:

    http://nolvadex.life/# tamoxifen for gynecomastia reviews

  13. Davidtes表示:

    buy cytotec online Misoprostol 200 mg buy online purchase cytotec

  14. Davidtes表示:

    purchase cytotec buy cytotec buy cytotec online

  15. Frfgerk43dag表示:

    Va somente a esse cassino Blaze

  16. KjrnffjrekWat表示:

    O melhor cassino, eu o recomendo – Blaze

  17. RandallTaulp表示:

    lisinopril 20 mg for sale: where can i buy zestril – generic lisinopril 5 mg

  18. RandallTaulp表示:

    zestoretic generic: lisinopril medication otc – lisinopril pills

  19. RandallTaulp表示:

    get propecia tablets: cost of generic propecia pills – propecia

  20. Ronaldpsymn表示:

    https://lisinopril.network/# buy lisinopril without a prescription

  21. Frfgerkdag表示:

    Eu recomendo apenas este cassino Blaze

  22. Davidtes表示:

    lisinopril hct zestril 10 mg price lisinopril 20mg tablets cost

  23. RandallTaulp表示:

    buy cytotec: Cytotec 200mcg price – Abortion pills online

  24. WilliamRhype表示:

    http://nolvadex.life/# tamoxifen effectiveness

  25. WilliamRhype表示:

    http://cytotec.club/# buy cytotec over the counter

  26. Davidtes表示:

    tamoxifen generic what is tamoxifen used for how to lose weight on tamoxifen

  27. Davidtes表示:

    aromatase inhibitor tamoxifen tamoxifen for sale pct nolvadex

  28. Рекомендую топовую Букмекерскую контору 1win

  29. 1win877piodo表示:

    Лучшая Букмекерская контора – 1win

  30. RandallTaulp表示:

    order cheap propecia without a prescription: order generic propecia no prescription – order propecia without rx

發佈留言

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