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

59,639 Responses

  1. StephenDeery表示:

    Hello, the whole thing is going sound here and ofcourse every one is sharing information, that’s truly good, keep up writing.

    накрутка пф цена в спб

  2. DevonPhack表示:

    https://mexicanpharm24.cheap/# reputable mexican pharmacies online
    ways to treat erectile dysfunction

  3. прокапать от алкоголя на дому воронеж прокапать от алкоголя на дому воронеж .

  4. срочная помощь вывод из запоя королев https://www.vyvod-iz-zapoya-korolev13.ru .

  5. Williamagric表示:

    erectile dysfunction natural remedies https://mexicanpharm24.cheap/# buying prescription drugs in mexico online

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

  7. Williamagric表示:

    erectial dysfunction https://indianpharm24.pro/# top 10 online pharmacy in india

  8. Jorgeagopy表示:

    buy prescription drugs from india: Best Indian pharmacy – online pharmacy india

  9. BrandonSaisy表示:

    medicine in mexico pharmacies: mexico pharmacy cheap – mexican rx online

  10. DevonPhack表示:

    http://pharm24.pro/# erection problems
    online medications

  11. Jorgeagopy表示:

    mexican border pharmacies shipping to usa: Mexican pharmacy ship US – medication from mexico pharmacy

  12. FobertWen表示:

    Hey! I know this is kinda off topic nevertheless I’d figured I’d ask. Would you be interested in exchanging links or maybe guest writing a blog article or vice-versa? My blog goes over a lot of the same subjects as yours and I think we could greatly benefit from each other. If you are interested feel free to send me an email. I look forward to hearing from you! Fantastic blog by the way!

    film

  13. LeroyBak表示:

    buy prescription drugs from india Indian pharmacy online world pharmacy india

  14. DevonPhack表示:

    https://mexicanpharm24.cheap/# mexican drugstore online
    drug prices comparison

  15. Williamagric表示:

    ways to treat erectile dysfunction https://indianpharm24.pro/# Online medicine home delivery

  16. Williamagric表示:

    errection problems https://indianpharm24.pro/# reputable indian pharmacies

  17. капельница от запоя на дому подольск капельница от запоя на дому подольск .

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

  19. вывод из запоя лечение королев https://vyvod-iz-zapoya-korolev11.ru/ .

  20. The development of diaper latticed home windows was partially because three common diamond-shaped panes may very well be conveniently minimize from a piece of Crown glass, with minimal waste and with minimum distortion.

發佈回覆給「kapelnica ot zapoya podolsk_brkl」的留言 取消回覆

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