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

48,514 Responses

  1. 保険 va表示:

    Gretchen Latimer Holt of De Queen, Ark.; two sons, James Bland Holt Jr.

  2. JimmieTup表示:

    https://lisinoprilus.com/# lisinopril 20 mg online

  3. Reputed corporations in the sector of occasion administration which have bought so much to safe have been essentially the most competent journey homes all the world over.

  4. Staff (November 19, 2020).

  5. ArmandoDat表示:

    lisinopril 20 mg mexico: price of lisinopril – lisinopril 5mg tabs

  6. The Second Sister – Trilla Suduri was the Padawan of Jedi Knight Cere Junda and one of the few survivors of the good Jedi Purge.

  7. After dropping his religion within the Jedi Order and falling to the darkish facet, he came into service of the Empire and labored his means up its ranks to grow to be the leader of the Inquisitors.

  8. Jaimevoink表示:

    buy cytotec online cytotec pills buy online buy cytotec online

  9. Darth Phobos – Ancient Dark Lady of the Sith mentioned in the Rise of Skywalker: The Visual Dictionary, because the namesake of the 39th Legion of Sith Troopers from Darth Sidious’ Sith Eternal cult.

  10. A lot of our system stuff needed to be rethought relatively late within the undertaking.

  11. The Continental Congress’s forcing of Americans to quarter prisoners was a significant source of contention among the people.

  12. ArmandoDat表示:

    where to get generic clomid without dr prescription: clomid sale – cheap clomid now

  13. February 2008 – Alexander Morozevich announces he is boycotting the Grand Prix, saying the process is just too lengthy, unwieldy and disorganised.

  14. Jaimevoink表示:

    zithromax for sale online zithromax tablets where can i buy zithromax uk

  15. ArmandoDat表示:

    ciprofloxacin generic: ciprofloxacin 500 mg tablet price – buy cipro without rx

  16. Nature and weather situations can harm tourism; having a mild but warm summer temperature attracts vacationers from many locales, but storms and forest fires in its local weather generally is a detraction.

  17. Waltonmup表示:


    Временная регистрация в Санкт-Петербурге: Быстро и Легально!
    Ищете, где оформить временную регистрацию в СПб?
    Мы гарантируем быстрое и легальное оформление без очередей и лишних документов.
    Ваше спокойствие – наша забота!
    Минимум усилий • Максимум удобства • Полная легальность
    Свяжитесь с нами прямо сейчас!
    Временная регистрация в СПб

  18. JimmieTup表示:

    https://clomid.store/# how to buy cheap clomid no prescription

  19. I’m impressed, I must say. Truly rarely do I encounter a weblog that’s both educative and entertaining, and let me tell you, you have hit the nail around the head. Your concept is outstanding; the problem is an element that insufficient persons are speaking intelligently about. We are delighted we stumbled across this around my look for something concerning this.

  20. капельница от запоя нижний новгород капельница от запоя нижний новгород .

  21. выведение из запоя на дому круглосуточно выведение из запоя на дому круглосуточно .

  22. нарколог на дом вывод из запоя цена нарколог на дом вывод из запоя цена .

發佈留言

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