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

  1. Richardorele表示:

    where can i get doxycycline: doxycycline without a prescription – doxycycline 200 mg

  2. Billyved表示:

    https://gabapentinneurontin.pro/# purchase neurontin

  3. Henryfet表示:

    by prednisone w not prescription: prednisone price south africa – buy prednisone 10mg

  4. Billyved表示:

    https://zithromaxa.store/# zithromax 500mg price in india

  5. MarvinRoave表示:

    can you buy amoxicillin uk amoxicillin discount coupon buy amoxicillin

  6. Henryfet表示:

    buy zithromax no prescription: zithromax online pharmacy canada – zithromax capsules australia

  7. MarvinRoave表示:

    generic zithromax online paypal zithromax online usa no prescription zithromax 1000 mg pills

  8. A escolha dos profissionais no mundo das apostas 1win

  9. Uma casa de apostas confiavel e com excelente reputacao 1win

  10. Billyved表示:

    https://prednisoned.online/# where to buy prednisone in australia

  11. Apostas bem-sucedidas com a melhor casa de apostas 1win

  12. Recomendo uma casa de apostas exclusiva 1win

  13. Richardorele表示:

    buy zithromax without presc: where can you buy zithromax – zithromax for sale 500 mg

  14. MarvinRoave表示:

    neurontin price neurontin brand coupon neurontin brand coupon

  15. Billyved表示:

    http://amoxila.pro/# can we buy amoxcillin 500mg on ebay without prescription

  16. Charleselila表示:

    zithromax 500mg: generic zithromax online paypal – zithromax online usa no prescription

  17. Henryfet表示:

    generic zithromax 500mg india: zithromax 500 mg lowest price drugstore online – zithromax generic cost

  18. Charleselila表示:

    over the counter amoxicillin: amoxicillin 200 mg tablet – amoxicillin for sale

  19. Henryfet表示:

    generic neurontin cost: neurontin 300 mg coupon – medication neurontin 300 mg

  20. MarvinRoave表示:

    buy generic zithromax no prescription average cost of generic zithromax zithromax 250 mg

  21. Charleselila表示:

    zithromax 250 price: can you buy zithromax over the counter – where can i buy zithromax uk

  22. MarvinRoave表示:

    zithromax 500 price average cost of generic zithromax zithromax 500 price

  23. Billyved表示:

    https://gabapentinneurontin.pro/# neurontin prescription coupon

  24. MarvinRoave表示:

    cheap doxycycline online doxycycline tablets buy doxycycline without prescription

  25. A melhor casa de apostas para apostar 1win

  26. Billyved表示:

    https://gabapentinneurontin.pro/# neurontin cost australia

  27. Henryfet表示:

    price of neurontin: neurontin medicine – neurontin 4000 mg

  28. Henryfet表示:

    zithromax generic price: zithromax 250 mg tablet price – where can i buy zithromax medicine

  29. A melhor opcao para apostas esportivas 1win

  30. Charleselila表示:

    doxycycline: buy cheap doxycycline online – how to order doxycycline

發佈留言

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