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

  1. Oh my goodness! an amazing post dude. Many thanks Nonetheless We are experiencing problem with ur rss . Do not know why Unable to join it. Could there be any person getting identical rss dilemma? Anybody who knows kindly respond. Thnkx

  2. Georgedealp表示:

    атака титанов бесплатно в хорошем качестве https://ataka-titanov-anime.ru

  3. This is a excellent blog, will you be interested in doing an interview about how you developed it? If so e-mail me!

  4. Danielpesia表示:

    купить квартиру от застройщика https://nedvizhimost16.ru

  5. WilliamSisse表示:

    жк казань купить квартиру от застройщика https://kvartiru-kupit-kzn.ru

  6. Danielpesia表示:

    купить квартиру недорого купить квартиру в казани

  7. WilliamSisse表示:

    купить квартиру в казани https://kvartiru-kupit-kzn.ru

  8. ArthurMeary表示:

    купить квартиру в казани новостройка от застройщика https://kupit-kvartirukzn.ru

  9. I’m really enjoying the theme/design of your blog. Do you ever run into any web browser compatibility issues? A number of my blog audience have complained about my website not operating correctly in Explorer but looks great in Firefox. Do you have any advice to help fix this issue?

  10. bokep jav表示:

    Great web site. Lots of useful info here. I?m sending it to several friends ans also sharing in delicious. And obviously, thanks for your effort!

  11. I must express my admiration for your kindness in support of men and women who really want help with this particular question. Your real dedication to passing the solution along had become quite important and have without exception allowed some individuals much like me to attain their desired goals. Your entire valuable instruction denotes so much to me and extremely more to my fellow workers. Thanks a ton; from all of us

  12. OLaneevige表示:

    Admiring the dedication you put into your site and detailed information you provide. It’s awesome to come across a blog every once in a while that isn’t the same outdated rehashed material. Fantastic read! I’ve bookmarked your site and I’m including your RSS feeds to my Google account.

    onlinekinospace.ru/page/8В 
    bdt-team.ru/adventure/?adventure&page3/index.htmlВ 
    prmaster.su/personal_blog/good/page82/В 
    forum.twilightmu.com/album.php?albumid=243&pictureid=1529В 
    newtownmemorialfund.org/about/В 

  13. ArthurMeary表示:

    купить квартиру в казани от застройщика https://kupit-kvartirukzn.ru

  14. I am curious to find out what blog platform you happen to be working with? I’m experiencing some minor security problems with my latest website and I would like to find something more risk-free. Do you have any recommendations?

  15. Patricktug表示:

    https://aisory.tech – платформа для создания AI Telegram-ботов. Наделяйте своих ботов способностями к естественному диалогу, генерации уникального контента и решению аналитических задач. Простой конструктор платформы делает создание умных чат-ботов доступным для любой компании.

  16. This is a proper blog for everyone who hopes to learn about this topic. You are aware of much its almost tricky to argue on hand (not that I really would want…HaHa). You actually put a brand new spin on a topic thats been discussed for some time. Great stuff, just excellent!

  17. Jogue em um cassino confiavel Blaze

  18. Ganhe no cassino mais confiavel Blaze

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

  20. Kepfwv表示:

    buy griseofulvin 250mg for sale – lopid 300 mg pill lopid 300mg without prescription

  21. Hyldxz表示:

    buy generic dapagliflozin – purchase acarbose generic order precose online

  22. melhor opcao para jogos de azar Blaze

  23. Robertclina表示:

    Ищете способ расслабиться и получить незабываемые впечатления? Мы https://t.me/intim_tmn72 предлагаем эксклюзивные встречи с привлекательными и профессиональными компаньонками. Конфиденциальность, комфорт и безопасность гарантированы. Позвольте себе наслаждение и отдых в приятной компании.

  24. Cassino que voce vai adorar Blaze

  25. I don?t even know how I ended up here, but I thought this post was good. I don’t know who you are but definitely you are going to a famous blogger if you are not already 😉 Cheers!

  26. Tente a sorte no melhor cassino Blaze

  27. Prince of Persia is the best, i really like the lead actor and also the princess, the princess is very pretty.,

  28. Great beat ! I wish to apprentice while you amend your web site, how can i subscribe for a blog site? The account helped me a acceptable deal. I had been tiny bit acquainted of this your broadcast provided bright clear idea empire blue cross blueshields

發佈留言

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