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

  1. Dereketerm表示:

    buy amoxicillin online with paypal: com pharm – buy amoxicillin 500mg

  2. BrandenSlomy表示:

    purchase prednisone no prescription: generic Prednisone – prednisone 5 mg tablet price

  3. StevenNub表示:

    cheap priligy: priligy maxpharm – priligy

  4. In 1969, the Steelers hired head coach Chuck Noll who strategically drafted players so as to improve the crew.

  5. Rear-Admiral Geoffrey Thistleton-Smith, GM.

  6. Potassium Iodide (KI) tablets, taken a half hour or more earlier than publicity, and then for the next 7-10 days, saturates your thyroid gland with protected stable iodine the place if you then later inhale or ingest radioactive iodine your physique simply eliminates it.

  7. 37 J. Burgess, Notes on the Amaravati Stupa (Madras: Archaeological Survey of Southern India, 1882), 112 (cf.

  8. Dereketerm表示:

    can you buy prednisone over the counter: raypharm – buying prednisone without prescription

  9. 外貨 資産表示:

    As you possibly can see, services are in abundance.

  10. Brockbank, William (12 July 1952).

  11. Bradleygoath表示:

    Priligy tablets cheap priligy priligy maxpharm

  12. Sazrlir表示:

    Официальная покупка школьного аттестата с упрощенным обучением в Москве
    yexanin202.ixbb.ru/viewtopic.php?id=318#p318

  13. BrandenSlomy表示:

    cheap priligy: Priligy tablets – Priligy tablets

  14. 死ねクソ表示:

    A Mondioring 3 routine can take anyplace from a half-hour to forty five minutes, together with your canine on the sector, working the whole time.

  15. Ernest Edward Rose, Supervision Technician Grade 2, Engineering Division, Postmaster-Normal’s Department.

  16. 戯れ表示:

    The music video features over 100 cartoon characters from totally different production corporations.

  17. At its core, No Farmers, No Meals is in regards to the battle for control over the global meals provide.

  18. He additionally said he outlined what could be improved in letter to the BBC however was disheartened by the response he received.

  19. adとは表示:

    With an open palm transferring within the path you want your canine to lie (select either left or right), encourage her to lie on her aspect.

  20. Danieljek表示:

    amoxicillin 500mg price canada https://prednisoneraypharm.com/# prednisone 10 mg daily

  21. Both plans sent in by Wise and the railroad had been discussed at length, however no decision was agreed to save lots of that Clifton would have its tracks elevated or depressed in the same plans, no matter what.

  22. Danieljek表示:

    amoxicillin 500mg capsule http://prednisoneraypharm.com/# prednisone 20mg tablets where to buy

  23. She lined up the column she needed to use to win.

  24. Bradleygoath表示:

    buy prednisone online fast shipping prednisoneraypharm non prescription prednisone 20mg

  25. 2020: Billie Eilish – When All of us Fall Asleep, The place Will we Go?

  26. StevenNub表示:

    order clomid without a prescription: rexpharm – can you get generic clomid prices

發佈留言

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