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

41,754 Responses

  1. Jamesric表示:

    Abortion pills online: buy cytotec online – buy cytotec pills

  2. Feel free to visit my webpage; Castlefrankroad.Com

  3. Jamesric表示:

    tamoxifen cost: tamoxifen skin changes – pct nolvadex

  4. Spot on with this write-up, I truly think this web site needs far more attention. I’ll probably be back again to read more, thanks for the information!

  5. DanielTet表示:

    buy cytotec over the counter https://lisinopril.guru/# lisinopril 30 mg price
    lasix 100mg

  6. Upgrade your style with chic fashion from forever 21.

  7. Jamesric表示:

    lipitor 20 mg where to buy: buy atorvastatin online – buy generic lipitor online

  8. DanielTet表示:

    buy cytotec https://lipitor.guru/# lipitor prices compare
    lasix medication

  9. Stephenzek表示:

    https://cytotec.pro/# purchase cytotec

  10. I do not even understand how I stopped up right here, however I thought this put up was good. I do not realize who you might be but certainly you are going to a famous blogger when you aren’t already 😉 Cheers!

  11. Dino Game 126表示:

    Nice read, I just passed this onto a friend who was doing a little research on that. And he actually bought me lunch as I found it for him smile Therefore let me rephrase that: Thanks for lunch!

  12. Jamesric表示:

    buy nolvadex online: buy tamoxifen online – nolvadex d

  13. Pretty! This was an incredibly wonderful post. Thank you for providing these details.

  14. Phoebe表示:

    My site: Daycares popular listings (Phoebe)

  15. Jamesric表示:

    rx drug lisinopril: zestril lisinopril – lisinopril 7.5 mg

  16. tech news表示:

    Hello! I simply want to give you a huge thumbs up for the great information you have got right here on this post. I’ll be coming back to your website for more soon.

  17. DanielTet表示:

    cytotec online https://tamoxifen.bid/# tamoxifen mechanism of action
    lasix generic

  18. 将棋の子表示:

    In addition, it is charged with developing and publishing the Exchange’s other indicators.

  19. yi kyung表示:

    you’re in reality a just right webmaster. The website loading speed is amazing. It seems that you are doing any distinctive trick. Moreover, The contents are masterpiece. you’ve performed a great job on this matter!

  20. Jamesric表示:

    purchase lipitor: cheapest ace inhibitor – buy lipitor

  21. Hello there! This blog post couldn’t be written much better! Reading through this post reminds me of my previous roommate! He always kept preaching about this. I most certainly will send this article to him. Fairly certain he’ll have a great read. Thanks for sharing!

  22. DanielTet表示:

    buy cytotec online https://cytotec.pro/# order cytotec online
    lasix medication

  23. This poses an enormous challenge to countries with high population growths, where millions of workers are looking for jobs.

  24. Most real estate owners and investors do not consider casualty losses as a source of tax deductions.

  25. Stephenzek表示:

    http://tamoxifen.bid/# tamoxifen rash

  26. Aw, this was a really nice post. In thought I would like to put in writing like this additionally ? taking time and precise effort to make an excellent article? but what can I say? I procrastinate alot and by no means appear to get one thing done.

  27. The Indian stock market is haven for someone who wants to earn handsomely without exerting physical effort.

  28. But before going further, you need to think – Are these options right for me?

發佈留言

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