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

47,359 Responses

  1. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  2. SamuelBix表示:

    cipro: ci pharm delivery – buy ciprofloxacin over the counter

  3. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  4. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  5. DanielAbice表示:

    http://clomidonpharm.com/# where can i get cheap clomid for sale

  6. где купить поролон для матраса где купить поролон для матраса .

  7. DanielAbice表示:

    https://prednibest.com/# prednisone uk price

  8. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  9. KennethPah表示:

    can i order clomid without prescription clomidonpharm cost of clomid without insurance

  10. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  11. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  12. This primary model of recreation play was current in MMORPGs’ early predecessors — the tabletop position-enjoying games (RPGs), such as “Dungeons & Dragons,” that debuted in the 1970s.

  13. 33win表示:

    Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  14. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт телефонов poco в москве, можете посмотреть на сайте: ремонт телефонов poco цены
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  15. Здесь можно какой сейф купить для дома сейфы для дома цена

  16. KennethPah表示:

    amoxicillin canada price Amox Star buy amoxicillin online cheap

  17. KennethPah表示:

    ciprofloxacin 500mg buy online ciprofloxacin generic price antibiotics cipro

  18. Здесь можно купить домашний сейф сейф домашний цена

  19. KennethPah表示:

    where to get generic clomid can you buy generic clomid where can i buy generic clomid pill

  20. SamuelBix表示:

    prednisone without prescription medication: canada buy prednisone online – prednisone 20 mg tablet

  21. DanielAbice表示:

    http://cipharmdelivery.com/# cipro online no prescription in the usa

  22. DanielAbice表示:

    https://amoxstar.com/# where to buy amoxicillin over the counter

發佈留言

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