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

  1. RobertUnmab表示:

    buying cheap clomid without dr prescription: where to buy clomid online – can i get generic clomid pill

  2. ArmandoDat表示:

    buy cipro without rx: cipro online no prescription in the usa – ciprofloxacin mail online

  3. ArmandoDat表示:

    zithromax 500mg over the counter: buy cheap zithromax online – zithromax 500mg price

  4. Jaimevoink表示:

    buy zithromax canada how to get zithromax zithromax price canada

  5. Jaimevoink表示:

    п»їcipro generic ciprofloxacin over the counter buy cipro no rx

  6. ArmandoDat表示:

    how to buy clomid without rx: where can i buy clomid without prescription – how can i get clomid price

  7. JimmieTup表示:

    https://ciprofloxacin.cheap/# buy cipro online usa

  8. RobertUnmab表示:

    Abortion pills online: п»їcytotec pills online – Misoprostol 200 mg buy online

  9. depending on fossil fuel is always a bad idea, we should always concentrate on renewable energy::

  10. Jaimevoink表示:

    buy cipro online [url=http://ciprofloxacin.cheap/#]where can i buy cipro online[/url] ciprofloxacin 500mg buy online

  11. Hi, Neat post. There is a problem with your site in internet explorer, would test this? IE still is the market leader and a big portion of people will miss your excellent writing due to this problem.

  12. ArmandoDat表示:

    buy cytotec online fast delivery: buy cytotec in usa – buy cytotec online

  13. RobertUnmab表示:

    order cytotec online: buy cytotec over the counter – Cytotec 200mcg price

  14. JimmieTup表示:

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

  15. ArmandoDat表示:

    zithromax capsules australia: where to buy zithromax in canada – zithromax online

  16. There are very lots of details that way to consider. This is a fantastic examine start up. I offer the thoughts above as general inspiration but clearly you’ll find questions just like the one you raise up where the most critical factor will likely be getting work done in honest very good faith. I don?t know if recommendations have emerged about items like that, but I know that a job is clearly referred to as a good game. Both children glance at the impact of only a moment’s pleasure, throughout their lives.

  17. RobertUnmab表示:

    ciprofloxacin generic price: cipro 500mg best prices – cipro

  18. RobertUnmab表示:

    can i get cheap clomid without prescription: clomid without dr prescription – can you buy cheap clomid prices

  19. выведение из запоя на дому круглосуточно выведение из запоя на дому круглосуточно .

  20. JimmieTup表示:

    https://ciprofloxacin.cheap/# cipro pharmacy

  21. JimmieTup表示:

    https://clomid.store/# can i buy clomid without rx

  22. JimmieTup表示:

    https://lisinoprilus.com/# lisinopril 30

  23. This website looks amazing and I am so happy to be a part of it. I just became a new member of the community. ._________________________________ .Virginia Beach Roofing

  24. капельница на дому круглосуточно капельница на дому круглосуточно .

  25. нижний новгород вывод из запоя на дому нижний новгород вывод из запоя на дому .

發佈留言

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