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

  1. I truly wanted to develop a brief note to thank you for some of the lovely instructions you are writing here. My rather long internet investigation has finally been recognized with reputable concept to exchange with my companions. I ‘d mention that most of us site visitors are extremely fortunate to dwell in a very good place with so many outstanding individuals with good plans. I feel really grateful to have seen your web site and look forward to tons of more amazing times reading here. Thanks once more for a lot of things.

  2. Scottdiz表示:

    пин ап: пин ап зеркало – пин ап

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

  4. You have mentioned very interesting points ! ps nice website .

  5. You produced some decent points there. I looked on the net for any issue and found most people goes as well as with the site.

  6. This excellent website definitely has all of the information I needed concerning this subject and didn’t know who to ask.

  7. Hello! I simply would choose to give a massive thumbs up for any great information you’ve got here within this post. I will be returning to your blog site for further soon.

  8. well of course community colleges are part of a good educational system too”

  9. Chaga mushroom tea leaf is thought-about any adverse health elixir at Spain, Siberia and plenty of n . Countries in europe sadly contains before you go ahead significantly avoidable the main limelight under western culture. Mushroom

  10. Scottdaurf表示:

    pin up казино: пинап казино – пин ап казино вход

  11. Scottdiz表示:

    1xbet официальный сайт: 1xbet зеркало – 1xbet зеркало рабочее на сегодня

  12. Scottdiz表示:

    1вин сайт: 1win вход – 1вин официальный сайт

  13. I cannot thank you fully for the posts on your web page. I know you set a lot of time and effort into them and really hope you know how deeply I enjoy it. I hope I’m able to do something identical man or woman someday.

  14. I was really glad to find this web site on bing, just what I was looking for : D likewise saved to favorites .

  15. Feel free to surf to my website Daycares By Category

  16. Warrenmof表示:

    https://vavada.auction/# вавада

  17. Gabrielle表示:

    Here is my blog post Daycare Near Me (Gabrielle)

  18. EliseoMit表示:


    Многие из нас с волнением и беспокойством идут на прием к врачу акушеру-гинекологу, часто откладывая посещение.
    А ведь к женскому врачу приходится обращаться в течение всей жизни, особенно в такие важные периоды, как беременность и роды.
    Естественно, что каждая женщина хочет чувствовать себя уверенной и защищенной, когда речь идет о здоровье.
    Понимая ваше волнение, чувствуя ответственность за вашу жизнь и жизнь ваших детей, был создан ознакомительный сайт «Женский Доктор».

    На сайте будут освещены основные темы в области акушерства и гинекологии в доступной широкому кругу читателей форме.
    По мере поступления откликов, будут выходить новые статьи, чтобы вы смогли найти ответы на волнующие вас вопросы.
    Зная, как важно общение с доктором на родном языке, я буду рада помочь вам в моем частном кабинете расположенном рядом с клиникой Medical Park,
    Турция, где вы найдете квалифицированную помощь специалиста акушера-гинеколога, а будущие мамы смогут в полной мере подготовиться к родам, оставив позади свои тревоги.
    Мой сайт rusginekolog.com
    Частный кабинет, расположенный в центре Европейской части г. Стамбул, у автотрассы E-5 и в 5 минутах езды от аэропорта Ататюрк.
    Кабинет No 1009, 10 этаж.
    Bahcelievler mah., E-5 Yanyol No 14/B Metroport Busidence /Bahcelievler/Istanbul

  19. I am impressed with this internet site , very I am a big fan .

  20. I am just commenting to let you know what a perfect discovery my cousin’s child obtained going through your web page. She noticed a good number of pieces, which included what it is like to have a marvelous helping heart to make other people completely have an understanding of some complicated things. You truly did more than people’s expected results. Thanks for providing those powerful, trustworthy, revealing and also unique guidance on this topic to Jane.

  21. Thanks for the tips about credit repair on your web-site. Things i would advice people will be to give up a mentality that they buy today and shell out later. As a society we all tend to do that for many issues. This includes vacations, furniture, plus items we really want to have. However, it is advisable to separate your own wants from the needs. If you are working to fix your credit score actually you need some trade-offs. For example you can shop online to save money or you can go to second hand shops instead of pricey department stores pertaining to clothing.

發佈留言

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