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

  1. Henryfet表示:

    neurontin 800 mg capsules: cost of brand name neurontin – neurontin 300 mg pill

  2. Henryfet表示:

    zithromax 500mg price in india: where can i buy zithromax capsules – can i buy zithromax over the counter in canada

  3. Henryfet表示:

    can i buy amoxicillin over the counter: amoxicillin 500mg price in canada – amoxicillin 500 tablet

  4. Recomendo uma casa de apostas confiavel 1win

  5. Melhor casa de apostas, recomendado 1win

  6. Henryfet表示:

    buy prednisone with paypal canada: average cost of prednisone 20 mg – buy prednisone without a prescription

  7. Charleselila表示:

    cheap amoxicillin 500mg: generic amoxil 500 mg – amoxicillin 500 mg online

  8. Richardorele表示:

    zithromax prescription: azithromycin zithromax – where to get zithromax

  9. Richardorele表示:

    neurontin brand name 800mg: cheap neurontin – neurontin 1000 mg

  10. Richardorele表示:

    neurontin capsule 400 mg: neurontin prescription medication – neurontin prescription online

  11. Richardorele表示:

    generic zithromax online paypal: zithromax cost australia – zithromax buy

  12. Henryfet表示:

    canadian pharmacy amoxicillin: amoxicillin cost australia – buy cheap amoxicillin

  13. Henryfet表示:

    neurontin without prescription: neurontin capsules – neurontin prices generic

  14. Billyved表示:

    https://prednisoned.online/# buy prednisone online fast shipping

  15. Billyved表示:

    http://prednisoned.online/# how to get prednisone without a prescription

  16. Jdlrte484mot表示:

    O melhor site, eu o recomendo 1win

  17. Henryfet表示:

    zithromax 250mg: zithromax tablets for sale – order zithromax without prescription

  18. Henryfet表示:

    buy generic neurontin: neurontin 150 mg – buy neurontin 300 mg

  19. Melhor casa de apostas da Internet 1win

  20. Recomendo uma casa de apostas confiavel 1win

  21. Richardorele表示:

    amoxicillin 500mg over the counter: amoxicillin 500 mg tablet – amoxicillin 200 mg tablet

  22. MarvinRoave表示:

    where to buy amoxicillin amoxicillin 500 mg capsule prescription for amoxicillin

  23. Charleselila表示:

    neurontin for sale online: 600 mg neurontin tablets – neurontin cost

  24. MarvinRoave表示:

    doxycycline without a prescription purchase doxycycline online cheap doxycycline online

  25. Billyved表示:

    http://amoxila.pro/# amoxicillin 500mg capsule

  26. Charleselila表示:

    doxycycline 100mg dogs: where to purchase doxycycline – doxycycline

  27. Charleselila表示:

    zithromax 500 without prescription: where can i buy zithromax capsules – zithromax 500 mg

  28. Billyved表示:

    http://prednisoned.online/# prednisone cost us

  29. Recomendo uma excelente casa de apostas 1win

發佈留言

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