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

  1. Ufabet表示:

    Howdy this is kinda of off topic but I was wanting to know if blogs use WYSIWYG editors or if you have to manually code with HTML. I’m starting a blog soon but have no coding experience so I wanted to get guidance from someone with experience. Any help would be greatly appreciated!

  2. Jaimevoink表示:

    cipro for sale cipro online no prescription in the usa ciprofloxacin 500mg buy online

  3. RobertUnmab表示:

    cipro pharmacy: buy cipro without rx – buy cipro cheap

  4. RobertUnmab表示:

    can i get generic clomid pills: where can i buy generic clomid now – where to get clomid pills

  5. To tell you the teuth, I was passing around and come across your site. It is wonderful. I mean as a content and design. I added you to my list and decided to spent the rest of the weekend browsing. Well done!

  6. ArmandoDat表示:

    cost of clomid now: how to buy clomid without dr prescription – can you buy generic clomid without insurance

  7. ArmandoDat表示:

    where can i get cheap clomid without dr prescription: can i get generic clomid without insurance – can i order cheap clomid prices

  8. gas fitters表示:

    Intimately, the post is in reality the greatest on this worthy topic. I suit in with your conclusions and also can thirstily look forward to your forthcoming updates. Saying thanks can not just be sufficient, for the awesome lucidity in your writing. I will perfect away grab your rss feed to stay privy of any updates. Authentic work and much success in your business endeavors!

  9. RobertUnmab表示:

    zithromax online australia: zithromax 500 price – zithromax without prescription

  10. You made some decent points there. I seemed on the web for the issue and located most individuals will go together with together with your website.

  11. ArmandoDat表示:

    can i buy zithromax over the counter: order zithromax without prescription – generic zithromax 500mg india

  12. RobertUnmab表示:

    cytotec buy online usa: order cytotec online – order cytotec online

  13. of course internet dating is the trend these days, you can meet lots of people on the internet.

  14. ArmandoDat表示:

    where to buy cheap clomid without insurance: generic clomid online – can i order cheap clomid without a prescription

  15. JimmieTup表示:

    https://clomid.store/# can you get cheap clomid without rx

  16. JimmieTup表示:

    https://azithromycinus.com/# zithromax cost australia

  17. JimmieTup表示:

    http://cytotec.top/# buy cytotec online

  18. ArmandoDat表示:

    cipro for sale: buy cipro online – where to buy cipro online

  19. ArmandoDat表示:

    where can i get zithromax: zithromax canadian pharmacy – zithromax for sale 500 mg

  20. Jaimevoink表示:

    can you get clomid for sale where can i get cheap clomid no prescription can you buy generic clomid without prescription

  21. So the next time your palms begin to itch, take a moment to replicate on the centuries-previous beliefs and the tales they hold – but remember to keep your financial decisions grounded in actuality.

  22. Spouses of veterans who are rated unemployable by the Department of Veterans Affairs as well as un-remarried widows of deceased veterans and Gold Star dad and mom are also eligible for this desire.

  23. Jaimevoink表示:

    lisinopril 5 mg prices can you buy lisinopril online lisinopril pill

  24. Отличный сайт! Всем рекомендую!маршрутизаторы

  25. Flagstaff lies near the southwestern edge of the Colorado Plateau and inside the San Francisco volcanic field, along the western side of the largest contiguous ponderosa pine forest within the continental United States.

  26. 27 in an area hospital.

發佈留言

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