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

43,821 Responses

  1. Great site! I recommend everyone to view this sitehttps://www.vaporpuffs.com/collections/raz

  2. CarlosBrubs表示:

    https://mexicanpharm.online/# mexican pharmaceuticals online

  3. Robingug表示:

    https://indianpharm.shop/# india online pharmacy

  4. Robingug表示:

    https://canadianpharm.guru/# canada pharmacy reviews

  5. Jamesseick表示:

    mail order pharmacy india п»їlegitimate online pharmacies india best india pharmacy

  6. RalphDiolo表示:

    online pharmacy not requiring prescription: canadian pharmacy non prescription – legitimate online pharmacy no prescription

  7. RalphDiolo表示:

    reputable canadian online pharmacy: online canadian drugstore – the canadian drugstore

  8. CarlosBrubs表示:

    http://canadianpharm.guru/# canadian discount pharmacy

  9. RalphDiolo表示:

    best online pharmacy india: indianpharmacy com – reputable indian online pharmacy

  10. RobertSlata表示:

    https://pharmnoprescription.pro/# prescription from canada

  11. ecommerce表示:

    Heya i am for the primary time here. I found this board and I in finding It really useful & it helped me out much.
    I hope to give one thing again and help others like you helped
    me. I saw similar here: Sklep online

  12. Thanks for sharing your thoughts on ecommerce.
    Regards I saw similar here: Dobry sklep

  13. RobertSlata表示:

    http://edpills.guru/# online erectile dysfunction pills

  14. Patrickorilk表示:

    no prescription drugs online buying prescription drugs online from canada online prescription canada

  15. ShawnWhism表示:

    http://onlinepharmacy.cheap/# cheapest pharmacy to fill prescriptions without insurance

  16. ScottBoume表示:

    cheap erectile dysfunction pills: online erectile dysfunction pills – get ed prescription online

  17. ScottBoume表示:

    cheapest pharmacy for prescriptions without insurance: canada online pharmacy – prescription drugs from canada

  18. BruceRer表示:

    drugstore com online pharmacy prescription drugs: mexican online pharmacy – canadian pharmacy no prescription

  19. ShawnWhism表示:

    https://edpills.guru/# online ed pharmacy

  20. BruceRer表示:

    online pharmacy without a prescription: canadian mail order prescriptions – canadian pharmacy non prescription

  21. BruceRer表示:

    buying prescription drugs from canada online: purchasing prescription drugs online – canadian mail order prescriptions

  22. Bernie表示:

    Wow, superb weblog structure! How long have you been blogging for?

    you made blogging look easy. The total glance of your website is fantastic,
    let alone the content! You can see similar here sklep online

  23. ShawnWhism表示:

    http://onlinepharmacy.cheap/# best no prescription pharmacy

  24. Mohammed表示:

    Wow, wonderful weblog format! How long have you been blogging for?
    you make blogging look easy. The total look of your web site is excellent, as well
    as the content material! You can see similar here sklep online

  25. dobry sklep表示:

    Wow, marvelous weblog structure! How lengthy have you ever been blogging for?

    you made blogging glance easy. The entire glance of your web site is wonderful, as neatly as the content material!
    You can see similar here dobry sklep

  26. ScottBoume表示:

    medication online without prescription: buy pills without prescription – online pharmacy that does not require a prescription

  27. ScottBoume表示:

    buy prescription drugs on line: buying drugs without prescription – prescription online canada

  28. Patrickorilk表示:

    canadian pharmacy without prescription mexican online pharmacy cheapest pharmacy for prescription drugs

  29. Irvincerce表示:

    online pharmacies no prescription: best online pharmacy no prescription – buying online prescription drugs

  30. ShawnWhism表示:

    https://pharmnoprescription.pro/# canadian prescription

發佈留言

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