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

42,913 Responses

  1. Williambet表示:

    Скачать свежие новинки песен https://muzfo.net 2024 года ежедневно. Наслаждайтесь комфортным прослушиванием, скачивайте музыку за пару кликов на сайте.

  2. Cassino que voce vai adorar Blaze

  3. you are truly a good webmaster. The site loading speed is incredible. It seems that you’re doing any unique trick. Moreover, The contents are masterpiece. you have done a great process in this matter!

  4. A melhor opcao para jogos de azar Blaze

  5. Seu cassino da sorte espera por voce Blaze

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

  7. May I simply say what a comfort to find someone who actually understands what they are talking about on the net. You actually realize how to bring a problem to light and make it important. A lot more people need to check this out and understand this side of the story. I was surprised you aren’t more popular since you surely have the gift.

  8. ytmp3 tools表示:

    Hi, I do think this is an excellent blog. I stumbledupon it 😉 I will return once again since i have book marked it. Money and freedom is the greatest way to change, may you be rich and continue to guide others.

  9. I was extremely pleased to find this great site. I wanted to thank you for ones time for this particularly wonderful read!! I definitely savored every bit of it and I have you saved to fav to see new stuff in your blog.

  10. BrianRig表示:

    Каталог эротических рассказов https://vicmin.ru подарит тебе возможность уйти от рутины и погрузиться в мир секса и безудержного наслаждения. Обширная коллекция рассказов для взрослых разбудит твое воображение и принесет немыслимое удовольствие.

  11. Joaquincruix表示:

    купить квартиру в новостройке https://novostroyki-spb78.ru

  12. Joaquincruix表示:

    купить квартиру в Санкт-Петербурге в новостройке https://novostroyki-spb78.ru

  13. ytmp3 reddit表示:

    Way cool! Some very valid points! I appreciate you penning this post plus the rest of the site is really good.

  14. Отличный сайт! Всем рекомендую!Тут Вы можете приобрестизакись азота купить

  15. Nxinfx表示:

    piroxicam 20mg ca – buy piroxicam pills for sale exelon online order

  16. Spot up for this write-up, I seriously feel this excellent website wants additional consideration. I’ll more likely once more to see much more, thanks for that information.

  17. ac service表示:

    Hello, I just wanted to take some time today to make a comment and say I have really enjoyed reading your blog. Thanks for all your work!

  18. Josephrhync表示:

    купить квартиру в казани от застройщика продажа квартир цены

  19. Отличный сайт! Всем рекомендую!Тут Вы можете приобрестивеселящий газ

  20. Dantedeerm表示:

    купить квартиру в новостройке купить квартиру в Санкт-Петербурге

  21. of all the free stuffs that can come from the internet, what i love to are those free DVDs.,

  22. I’d need to check with you here. Which isn’t some thing It’s my job to do! I like reading an article that will get people to feel. Also, appreciate your permitting me to comment!

  23. hvac system表示:

    Very nice post. I just stumbled upon your blog and wanted to mention that I’ve truly loved surfing around your weblog posts. After all I’ll be subscribing to your rss feed and I’m hoping you write once more very soon!

  24. hi there was just seeing if you minded a comment. i like your blog and the thme you picked is super. I will be back.

  25. FelipeEmemy表示:

    вход 1го казино 1go casino

  26. woah i like yur website. It really helped me with the info i wus looking for. Appcriciate it, will bookmark.

  27. TommieEmini表示:

    бонус драгон мани казино DragonMoney

發佈留言

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