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

43,007 Responses

  1. RobertMef表示:

    pharmacy clothing store: celebrex target pharmacy – online pharmacy no prescription concerta

  2. RobertMef表示:

    clarinex pharmacy coupon: buy propecia pharmacy – generic cialis online pharmacy

  3. Отличный сайт! Всем рекомендую!оптика Москва

  4. Josephfub表示:

    mexican drugstore online mexican mail order pharmacies medication from mexico pharmacy

  5. электрокарнизы для штор цена заказать через интернет http://elektrokarniz2.ru .

  6. рулонные шторы с электроприводом купить в москве рулонные шторы с электроприводом купить в москве .

  7. MauriceGueda表示:

    buy medicines online in india: world pharmacy india – best online pharmacy india

  8. Josephfub表示:

    top 10 online pharmacy in india india pharmacy indianpharmacy com

  9. This site was… how do you say it? Relevant!! Finally I have found something that helped me. Thank you!

  10. RobertMef表示:

    buying prescription drugs in mexico online: mexico drug stores pharmacies – buying prescription drugs in mexico

  11. RobertMef表示:

    Co-Amoxiclav: cialis web pharmacy – chloramphenicol pharmacy

  12. Can I just now say what a relief to uncover a person that actually knows what theyre speaking about online. You actually know how to bring a worry to light and earn it crucial. More and more people need to look at this and understand why side from the story. I cant believe youre less well-liked because you definitely provide the gift.

  13. Josephfub表示:

    online pharmacy india world pharmacy india indianpharmacy com

  14. ArthurKib表示:

    https://indianpharmacy.company/# reputable indian online pharmacy

  15. MauriceGueda表示:

    best india pharmacy: п»їlegitimate online pharmacies india – top 10 pharmacies in india

  16. Josephfub表示:

    sams club pharmacy pharmacy on line cialis internet pharmacy

  17. RobertMef表示:

    levitra online pharmacy no prescription: pharmacy global rx reviews – muscle relaxant

  18. бизнес идеи для малого бизнеса https://biznes-idei12.ru/ .

  19. RobertMef表示:

    mexican border pharmacies shipping to usa: pharmacies in mexico that ship to usa – mexican border pharmacies shipping to usa

  20. MauriceGueda表示:

    top 10 pharmacies in india: online pharmacy india – mail order pharmacy india

  21. поролон мебельный купить москва http://www.porolon-mebelnyj.ru .

  22. Josephfub表示:

    roman online pharmacy reviews Hyzaar pharmacy discount coupons

  23. Отличный сайт! Всем рекомендую!слив курсов.net

  24. MauriceGueda表示:

    buying prescription drugs in mexico: п»їbest mexican online pharmacies – п»їbest mexican online pharmacies

  25. ArthurKib表示:

    https://pharmbig24.com/# dutasteride online pharmacy

  26. In my view, individual that use the might, might transcend this surrounding.

  27. Josephfub表示:

    mexican rx online mexican drugstore online mexico drug stores pharmacies

  28. RobertMef表示:

    mexican border pharmacies shipping to usa: purple pharmacy mexico price list – mexican online pharmacies prescription drugs

  29. RobertMef表示:

    indian pharmacy: indianpharmacy com – best online pharmacy india

發佈留言

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