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

  1. Charleselila表示:

    neurontin 800 mg price: neurontin 400mg – neurontin price india

  2. Henryfet表示:

    doxylin: doxycycline monohydrate – doxycycline hyc

  3. Henryfet表示:

    zithromax cost: zithromax 500mg over the counter – zithromax

  4. Charleselila表示:

    medicine amoxicillin 500mg: azithromycin amoxicillin – amoxicillin 500 mg without a prescription

  5. Billyved表示:

    https://zithromaxa.store/# zithromax tablets for sale

  6. Billyved表示:

    http://amoxila.pro/# can i purchase amoxicillin online

  7. Charleselila表示:

    buy prednisone online fast shipping: prednisone 20mg prescription cost – prednisone 20 mg in india

  8. Recomendo uma excelente casa de apostas 1win

  9. A melhor casa de apostas confiavel, recomendada 1win

  10. MarvinRoave表示:

    amoxicillin 500 mg tablets can you buy amoxicillin over the counter canada amoxicillin online purchase

  11. Henryfet表示:

    zithromax for sale online: zithromax 500 price – generic zithromax online paypal

  12. Henryfet表示:

    buy doxycycline without prescription uk: buy doxycycline 100mg – doxycycline 100 mg

  13. Billyved表示:

    http://zithromaxa.store/# buy azithromycin zithromax

  14. MarvinRoave表示:

    order prednisone medicine prednisone 10mg pharmacy cost of prednisone

  15. Charleselila表示:

    prednisone price: prednisone canada – purchase prednisone

  16. MarvinRoave表示:

    neurontin 800 mg price neurontin 300 mg tablets neurontin 800 mg pill

  17. Henryfet表示:

    neurontin 300 mg cap: neurontin online pharmacy – neurontin generic south africa

  18. MarvinRoave表示:

    can you buy prednisone over the counter prednisone 30 mg tablet prednisone 10mg tablets

  19. Henryfet表示:

    doxycycline pills: doxycycline pills – doxycycline 100mg dogs

  20. Отличный сайт! Тут Вы можете найтиновые сервера майнкрафт

  21. Richardorele表示:

    neurontin brand name 800mg: buy gabapentin online – discount neurontin

  22. Billyved表示:

    http://amoxila.pro/# amoxicillin cephalexin

  23. Richardorele表示:

    neurontin cost in canada: neurontin tablets uk – gabapentin 600 mg

  24. A melhor casa de apostas, eu recomendo 1win

  25. Recomendo a casa de apostas mais confiavel 1win

  26. Richardorele表示:

    gabapentin: neurontin india – neurontin 100mg tablets

  27. Richardorele表示:

    where to get amoxicillin over the counter: over the counter amoxicillin – cost of amoxicillin prescription

  28. MarvinRoave表示:

    cheapest prednisone no prescription prednisone 20mg for sale 80 mg prednisone daily

  29. Henryfet表示:

    neurontin brand name: buy neurontin 300 mg – neurontin 100 mg tablets

發佈留言

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