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

48,226 Responses

  1. Jamesarill表示:

    https://lisinoprilbestprice.store/# lisinopril 40 mg on line

  2. DavidFrels表示:

    cytotec pills buy online: cytotec online – purchase cytotec

  3. Jamesarill表示:

    https://cytotec.icu/# buy cytotec

  4. Brucevaf表示:

    buy cytotec online fast delivery: Abortion pills online – buy cytotec

  5. StevenZen表示:

    lisinopril 5 mg daily: lisinopril 3.125 – lisinopril 40 mg pill

  6. Brandonjat表示:

    can i buy zithromax over the counter where can i get zithromax zithromax online

  7. DavidFrels表示:

    buy cytotec pills: buy misoprostol over the counter – buy misoprostol over the counter

  8. BobbyPem表示:

    http://cytotec.icu/# buy misoprostol over the counter

  9. DavidFrels表示:

    buy cytotec: order cytotec online – buy cytotec pills

  10. Brandonjat表示:

    buy doxycycline cheap buy doxycycline for dogs where can i get doxycycline

  11. Brandonjat表示:

    doxycycline tablets buy doxycycline without prescription buy doxycycline monohydrate

  12. BobbyPem表示:

    http://doxycyclinebestprice.pro/# generic doxycycline

  13. Brucevaf表示:

    cytotec buy online usa: buy cytotec pills – buy cytotec over the counter

  14. DavidFrels表示:

    zestril 10mg price: lisinopril otc – lisinopril 10 mg pill

  15. BobbyPem表示:

    https://zithromaxbestprice.icu/# zithromax online australia

  16. BobbyPem表示:

    https://nolvadex.fun/# does tamoxifen cause weight loss

  17. Brucevaf表示:

    buy cytotec online: buy cytotec pills – buy cytotec

  18. Здесь можно качественную порошковая краска купить. Рекомендую!

  19. Brandonjat表示:

    cytotec online buy cytotec online buy cytotec

  20. StevenZen表示:

    lisinopril 2.5 tablet: prinivil 20 mg tablet – lisinopril 10mg online

  21. DavidFrels表示:

    zithromax cost uk: average cost of generic zithromax – buy zithromax online with mastercard

  22. DavidFrels表示:

    zithromax 500 mg: zithromax capsules price – zithromax 250 mg australia

  23. DavidFrels表示:

    Abortion pills online: cytotec pills buy online – buy cytotec pills online cheap

  24. StevenZen表示:

    tamoxifen generic: tamoxifen premenopausal – how to prevent hair loss while on tamoxifen

  25. Brucevaf表示:

    zithromax 250 mg: zithromax online australia – zithromax antibiotic without prescription

  26. DavidFrels表示:

    buy doxycycline: doxycycline hyclate – doxycycline 100mg

  27. Jamesarill表示:

    http://cytotec.icu/# cytotec pills buy online

  28. BobbyPem表示:

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

  29. BobbyPem表示:

    https://cytotec.icu/# buy cytotec online fast delivery

發佈留言

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