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

  1. ArmandoDat表示:

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

  2. JimmieTup表示:

    https://ciprofloxacin.cheap/# ciprofloxacin mail online

  3. Jaimevoink表示:

    cost of generic clomid pills get cheap clomid without rx how can i get clomid tablets

  4. ArmandoDat表示:

    zithromax 500mg over the counter: zithromax 500 tablet – zithromax drug

  5. ArmandoDat表示:

    buy cipro online canada: buy ciprofloxacin – buy cipro no rx

  6. Richardsweab表示:


    Временная регистрация в СПб: Быстро и Легально!
    Ищете, где оформить временную регистрацию в Санкт-Петербурге?
    Мы гарантируем быстрое и легальное оформление без очередей и лишних документов.
    Ваше спокойствие – наша забота!
    Минимум усилий • Максимум удобства • Полная легальность
    Свяжитесь с нами прямо сейчас!
    Временная регистрация

  7. RobertUnmab表示:

    how much is zithromax 250 mg: zithromax 1000 mg online – zithromax over the counter uk

  8. Jaimevoink表示:

    Abortion pills online buy cytotec over the counter buy cytotec

  9. Jaimevoink表示:

    Cytotec 200mcg price Misoprostol 200 mg buy online order cytotec online

  10. JimmieTup表示:

    http://cytotec.top/# Cytotec 200mcg price

  11. ArmandoDat表示:

    cipro ciprofloxacin: antibiotics cipro – cipro ciprofloxacin

  12. RobertUnmab表示:

    cytotec buy online usa: buy cytotec pills – cytotec buy online usa

  13. RobertUnmab表示:

    where can i buy cipro online: ciprofloxacin – cipro for sale

  14. ArmandoDat表示:

    can you get generic clomid for sale: where to buy generic clomid now – cost generic clomid now

  15. RobertUnmab表示:

    buy generic clomid prices: how to buy generic clomid no prescription – order cheap clomid without prescription

  16. Jaimevoink表示:

    how to buy zithromax online zithromax prescription zithromax coupon

  17. ArmandoDat表示:

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

  18. Jaimevoink表示:

    buy zithromax 1000 mg online [url=https://azithromycinus.com/#]zithromax canadian pharmacy[/url] zithromax for sale cheap

  19. JimmieTup表示:

    https://lisinoprilus.com/# 60 lisinopril cost

  20. ArmandoDat表示:

    buy generic zithromax online: where can i buy zithromax uk – zithromax online usa

  21. SEO TELEGRAM表示:

    obviously like your web site but you have to check the spelling on quite a few of your posts. Many of them are rife with spelling issues and I find it very bothersome to tell the truth nevertheless I?ll certainly come back again.

  22. вывод из запоя круглосуточно нижний новгород вывод из запоя круглосуточно нижний новгород .

  23. вывод из запоя в стационаре нижний новгород вывод из запоя в стационаре нижний новгород .

發佈留言

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