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

  1. Jamesric表示:

    buy misoprostol over the counter: cheapest cytotec – buy cytotec pills online cheap

  2. DanielTet表示:

    buy misoprostol over the counter https://tamoxifen.bid/# tamoxifen depression
    lasix pills

  3. Jamesric表示:

    generic lasix: furosemide online – furosemide 40mg

  4. I was recommended this web site by my cousin. I am not sure whether this post is written by him as nobody else know such detailed about my trouble. You’re wonderful! Thanks!

  5. Jamesric表示:

    lipitor 5 mg tablet: lipitor 5mg – buy lipitor online uk

  6. Eiexlj表示:

    probenecid 500mg canada – probalan usa how to get tegretol without a prescription

  7. Event Vendors: Be it professional event or personal, as event planners we have gone a long way.

  8. decoy表示:

    Your style is really unique compared to other people I have read stuff from. I appreciate you for posting when you have the opportunity, Guess I’ll just bookmark this web site.

  9. medical bad表示:

    I?m no longer sure the place you’re getting your information, but good topic. I needs to spend a while learning more or understanding more. Thank you for excellent information I used to be looking for this information for my mission.

  10. Jamesric表示:

    lisinopril brand name in india: Lisinopril online prescription – lisinopril without rx

  11. 声優大西表示:

    Q2: How can real estate benefit from using AI?

  12. DanielTet表示:

    buy cytotec online https://furosemide.win/# lasix 100mg
    lasix 20 mg

  13. Good blog you have got here.. It’s difficult to find high-quality writing like yours these days. I really appreciate individuals like you! Take care!!

  14. Most will advice equity investment banking, so long as you diversify.

  15. Jamesric表示:

    lasix online: cheap lasix – lasix side effects

  16. DanielTet表示:

    Cytotec 200mcg price http://tamoxifen.bid/# tamoxifen benefits
    lasix 100 mg

  17. best place表示:

    Hi, I do think this is a great website. I stumbledupon it 😉 I am going to come back yet again since I book marked it. Money and freedom is the greatest way to change, may you be rich and continue to help other people.

  18. Inflation is a major impediment to economic growth of the African continent, with its most populated country reporting 2-digit inflation figures.

  19. Jamesric表示:

    lasix tablet: cheap lasix – buy furosemide online

  20. Jamesric表示:

    lasix furosemide: furosemide online – lasix uses

  21. I?ve read some excellent stuff here. Definitely worth bookmarking for revisiting. I surprise how much attempt you set to create this kind of great informative site.

  22. Your style is very unique compared to other folks I’ve read stuff from. I appreciate you for posting when you’ve got the opportunity, Guess I will just book mark this site.

  23. Jamesric表示:

    tamoxifen hip pain: buy tamoxifen citrate – common side effects of tamoxifen

  24. DanielTet表示:

    buy cytotec pills online cheap https://tamoxifen.bid/# aromatase inhibitor tamoxifen
    furosemida 40 mg

  25. Jamesric表示:

    nolvadex during cycle: buy tamoxifen online – tamoxifen hip pain

  26. DanielTet表示:

    Cytotec 200mcg price http://lisinopril.guru/# zestril online
    lasix 20 mg

  27. Stephenzek表示:

    https://tamoxifen.bid/# tamoxifen alternatives premenopausal

  28. Destination表示:

    Hi, I do believe this is a great web site. I stumbledupon it 😉 I will revisit yet again since i have bookmarked it. Money and freedom is the best way to change, may you be rich and continue to help other people.

發佈留言

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