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

  1. BernardMop表示:

    ivermectin 200 cheapest Ivermectin minocycline 100mg for sale

  2. AlbertDuM表示:

    minocycline 50 mg without prescription: inverfast.com – buy minocycline 50mg

  3. DavidBaide表示:

    mexico drug stores pharmacies https://mexicanpharmgate.com/ mexico drug stores pharmacies

  4. DavidBaide表示:

    mexican online pharmacies prescription drugs https://mexicanpharmgate.com/ medication from mexico pharmacy

  5. Top Money Making Apps in Pakistan, Make Money in Pakistan Through Apps
    top earning apps in pakistan new earning app in pakistan .

  6. Sazriir表示:

    Аттестат 11 класса купить официально с упрощенным обучением в Москве
    hocplayground.mn.co/posts/69999085

  7. BernardMop表示:

    plavix medication Clopidogrel Best Prices antiplatelet drug

  8. BrandenSlomy表示:

    prednisone 0.5 mg: cheap prednisone – prednisone 20mg cheap

  9. Sazrnps表示:

    Сколько стоит диплом высшего и среднего образования и как его получить?
    aromatov.wooden-rock.ru/forum/topic.php?forum=1&topic=17424

  10. BernardMop表示:

    buy cytotec pills online cheap buy cytotec online cytotec abortion pill

  11. DavidBaide表示:

    mexican mail order pharmacies https://mexicanpharmgate.com/ mexican border pharmacies shipping to usa

  12. AlbertDuM表示:

    buy Lisinopril online: Lisinopril 1st – Lisinopril 1st

  13. DavidBaide表示:

    purple pharmacy mexico price list http://mexicanpharmgate.com/ purple pharmacy mexico price list

  14. Everything is very open with a precise explanation of the challenges. It was really informative. Your website is very helpful. Thanks for sharing.

  15. DarrenUnjuh表示:

    https://plavixclo.com/# п»їplavix generic

  16. вызов нарколога на дом круглосуточно https://sportandpolitics.ukrbb.net/viewtopic.php?f=24&t=17804/ .

  17. BernardMop表示:

    stromectol lotion [url=http://iverfast.com/#]IverFast[/url] ivermectin 9 mg

  18. kypit 1S_iioa表示:

    1с купить онлайн https://kupit-1s11.ru/ .

  19. DarrenUnjuh表示:

    https://cytpremium.com/# buy cytotec in usa

  20. DavidBaide表示:

    reputable mexican pharmacies online https://mexicanpharmgate.com/ п»їbest mexican online pharmacies

  21. Explore表示:

    Hmm is anyone else having problems with the pictures on this blog loading? I’m trying to figure out if its a problem on my end or if it’s the blog. Any feed-back would be greatly appreciated.

  22. AlbertDuM表示:

    Plavix 75 mg price: PlavixClo – Cost of Plavix on Medicare

發佈留言

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