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

33,210 Responses

  1. sitemap.xml表示:

    It’s a sshame you don’t haave a donatte button! I’d mowt certainly donaate too tnis brilliant
    blog! I ghess foor now i’ll settle for book-marking and addong your RSS fered to
    myy Googfle account. I look fprward tto neew updates and wiol snare tis site wth myy Facebook group.

    Talkk soon!

  2. sitemap表示:

    What’s uup to all, siunce I am aactually eaqger of reading thbis website’s post too be updated
    regularly. It includes nijce information.

  3. ScottJeove表示:

    zithromax cost australia: buy zithromax – buy generic zithromax online

  4. Charlesrhype表示:

    canadian pharmacy amoxicillin cheap amoxicillin amoxicillin 500 mg tablet

  5. sitemap.xml表示:

    I’m gonhe tto tell my little brother, that hee shoyld also ggo to seee this webpage on egular basis too take
    updated from newes news.

  6. sitemap表示:

    Hello, i thnk that i saw yoou vvisited my blog thus
    i came to “return the favor”.I amm attempting
    to find things too enhance mmy website!I suppose itts okk tto usee soime of your ideas!!

  7. JuliusMox表示:

    https://edpills.monster/# pills for ed

  8. TimothyBrumb表示:

    super kamagra: cheap kamagra – super kamagra

  9. RichardLak表示:

    tadalafil generic over the counter 80 mg tadalafil tadalafil 10 mg canadian pharmacy

  10. sitemap表示:

    Greast blog! Do you have anyy suggestiions for aspirinhg writers?

    I’m hoping tto start mmy own site soon buut I’m a littke lost on everything.
    Would yoou suggest starting with a free platform like WordPress oor
    go foor a paidd option? Tere are sso manyy optins ouut there thst I’m cokmpletely overwhelmed ..
    Anny tips? Thanks a lot!

  11. premietany cycloserine baxter erinnerten d-cycloserine (dcs) – seromycin eye ointment [url=https://canadapharmacy-usa.com/buy-seromycin-usa.html]what is d cycloserine[/url] strafwet d-cycloserine.

  12. Williamlooda表示:

    http://kamagra.team/# Kamagra 100mg price

  13. JuliusMox表示:

    https://kamagra.team/# Kamagra 100mg

  14. Josephisofs表示:

    Levitra online USA fast: Generic Levitra 20mg – Levitra 20 mg for sale

  15. RichardLak表示:

    what is the best ed pill what are ed drugs ed medications

  16. TimothyBrumb表示:

    tadalafil price in india: best tadalafil tablets in india – best pharmacy buy tadalafil

  17. JuliusMox表示:

    https://sildenafil.win/# sildenafil 10 mg daily

  18. RichardLak表示:

    erection pills medicine erectile dysfunction male erection pills

  19. TimothyBrumb表示:

    medication for ed: erectile dysfunction medications – medicine for erectile

  20. Williamlooda表示:

    https://tadalafil.trade/# cheap tadalafil tablets

  21. Здесь можно не дорого и качественно оформить Справка 095 у

  22. Josephisofs表示:

    sildenafil citrate 100: sildenafil best price canada – 20 mg sildenafil 689

  23. RichardLak表示:

    buy Levitra over the counter Cheap Levitra online Levitra 20 mg for sale

  24. JuliusMox表示:

    https://tadalafil.trade/# tadalafil for sale in canada

  25. TimothyBrumb表示:

    tadalafil 10mg coupon: tadalafil online canada – buy tadalafil from india

發佈留言

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