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

52,111 Responses

  1. Briantrozy表示:

    zithromax generic price: where to buy zithromax in canada – zithromax 250

  2. BrandonJag表示:

    amoxicillin no prescipion: Amo Health Pharm – azithromycin amoxicillin

  3. Briantrozy表示:

    doxycycline tablets where to buy: rx doxycycline 100mg – can you buy doxycycline over the counter in canada

  4. Briantrozy表示:

    buy doxycycline in india: Dox Health Pharm – doxycycline for sale online uk

  5. VirgilBlawl表示:

    can i get clomid price can you get clomid tablets where to get generic clomid pills

  6. BrandonJag表示:

    buy doxycycline over the counter: buy doxycycline 100mg tablets – where can i get doxycycline online

  7. Roberttic表示:

    http://doxhealthpharm.com/# doxycycline tablets

  8. VirgilBlawl表示:

    doxycycline 1000 mg best buy doxycycline 100mg over the counter doxycycline medication cost

  9. VirgilBlawl表示:

    amoxicillin 500 mg without a prescription buy amoxicillin 500mg usa amoxicillin medicine

  10. BrandonJag表示:

    amoxicillin 500mg price in canada: amoxicillin 50 mg tablets – amoxicillin 500mg buy online canada

  11. JustinTam表示:

    price of doxycycline in india: DoxHealthPharm – doxycycline for dogs

  12. Briantrozy表示:

    generic zithromax online paypal: how to get zithromax over the counter – zithromax antibiotic

  13. Briantrozy表示:

    amoxicillin discount: AmoHealthPharm – amoxicillin for sale

  14. Roberttic表示:

    https://amohealthpharm.com/# amoxicillin script

  15. Roberttic表示:

    https://amohealthpharm.shop/# where can i buy amoxicillin over the counter uk

  16. BrandonJag表示:

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

  17. VirgilBlawl表示:

    amoxicillin 875 mg tablet AmoHealthPharm amoxicillin no prescription

  18. Briantrozy表示:

    can you buy generic clomid online: can i get generic clomid no prescription – get cheap clomid no prescription

  19. JustinTam表示:

    vibramycin 100 mg: DoxHealthPharm – cost of doxycycline australia

  20. JustinTam表示:

    purchase doxycycline online: Dox Health Pharm – can you buy doxycycline over the counter

  21. Briantrozy表示:

    zithromax 250 mg pill: how much is zithromax 250 mg – zithromax buy

  22. BrandonJag表示:

    buy zithromax 1000mg online: zithromax cost uk – zithromax prescription

  23. Briantrozy表示:

    zithromax antibiotic without prescription: can you buy zithromax over the counter in canada – zithromax online paypal

  24. Briantrozy表示:

    how can i get cheap clomid online: can i get cheap clomid no prescription – how can i get clomid price

  25. BrandonJag表示:

    amoxicillin capsules 250mg: AmoHealthPharm – amoxicillin over the counter in canada

  26. VirgilBlawl表示:

    doxycycline 300 mg daily doxycycline 10mg tablets where can you buy doxycycline online

  27. Roberttic表示:

    http://doxhealthpharm.com/# doxycycline online pharmacy canada

  28. JustinTam表示:

    amoxicillin azithromycin: amoxicillin cephalexin – amoxicillin cephalexin

  29. Briantrozy表示:

    where to buy amoxicillin 500mg without prescription: AmoHealthPharm – amoxicillin 875 125 mg tab

  30. Briantrozy表示:

    zithromax 500 mg for sale: Zithro Pharm – can i buy zithromax over the counter

發佈留言

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