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

39,017 Responses

  1. RandallTaulp表示:

    buy cipro: buy generic ciprofloxacin – purchase cipro

  2. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen and ovarian cancer

  3. RandallTaulp表示:

    buy cytotec in usa: order cytotec online – Misoprostol 200 mg buy online

  4. RandallTaulp表示:

    buy cytotec: buy cytotec pills online cheap – purchase cytotec

  5. Рекомендую надежную Букмекерскую контору 1win

  6. Yjspxe表示:

    microzide 25mg canada – plendil cheap zebeta 10mg price

  7. Davidtes表示:

    cost of propecia without rx buy generic propecia without prescription get propecia without dr prescription

  8. WilliamRhype表示:

    https://nolvadex.life/# nolvadex online

  9. Davidtes表示:

    cytotec online buy cytotec pills п»їcytotec pills online

  10. WilliamRhype表示:

    https://finasteride.store/# cost generic propecia online

  11. Ronaldpsymn表示:

    https://nolvadex.life/# tamoxifen hormone therapy

  12. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# ciprofloxacin 500mg buy online

  13. Ronaldpsymn表示:

    http://nolvadex.life/# tamoxifenworld

  14. Great site ! I recommend everyone to watch it!vip paris escort

  15. RandallTaulp表示:

    tamoxifen hip pain: tamoxifen menopause – tamoxifen and osteoporosis

  16. Davidtes表示:

    buy cytotec online buy cytotec buy misoprostol over the counter

  17. RandallTaulp表示:

    tamoxifen and grapefruit: nolvadex for pct – nolvadex price

  18. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen and bone density

  19. Davidtes表示:

    get generic propecia cost of generic propecia without rx order generic propecia pills

  20. RandallTaulp表示:

    where to buy nolvadex: tamoxifen blood clots – tamoxifen effectiveness

  21. Davidtes表示:

    buying propecia without a prescription cost of cheap propecia no prescription buying generic propecia online

  22. Zjxbwr表示:

    lopressor 50mg usa – buy telmisartan without prescription nifedipine 30mg ca

  23. RandallTaulp表示:

    buying generic propecia for sale: propecia without rx – generic propecia pills

  24. Davidtes表示:

    lisinopril 10mg tablets price lisinopril cost buy lisinopril 20 mg

  25. WilliamRhype表示:

    http://cytotec.club/# buy cytotec pills

  26. Ronaldpsymn表示:

    https://finasteride.store/# propecia sale

  27. WilliamRhype表示:

    https://lisinopril.network/# lisinopril price

  28. 1win879piodo表示:

    Самая Надежная Букмекерская контора – 1win

  29. Рекомендую Лучшую Букмекерскую контору 1win

  30. Davidtes表示:

    buy cheap propecia prices buy propecia online buy propecia tablets

發佈留言

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