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

  1. Introducing to you the most prestigious online entertainment address today. Visit now to experience now!

  2. RobertAcele表示:

    https://semaglutidepharm.com/# cheap Rybelsus 14 mg

  3. RobertAcele表示:

    https://amoxilpharm.store/# Amoxil Pharm Store

  4. HarryAudix表示:

    Paxlovid.ink: paxlovid generic – Paxlovid.ink

  5. RobertAcele表示:

    http://semaglutidepharm.com/# semaglutide pharm

  6. HarryAudix表示:

    AmoxilPharm: Amoxil Pharm Store – AmoxilPharm

  7. Winter days are often mild, but most years have at the very least in the future (common 3.2) where the excessive remains at or beneath freezing.

  8. So, I have to agree with the authorities, that opening books may cause lots of hurt or at finest a lot wasted time.

  9. FrankMar表示:

    cheap Rybelsus 14 mg: semaglutide – rybelsus cost

  10. Thomas, Rebecca (October 14, 1994).

  11. Marv & Tarry Everingham Sheridan, Michigan family of Charles Everingham of Onaway.

  12. RobertAcele表示:

    http://paxlovid.ink/# Paxlovid.ink

  13. HarryAudix表示:

    rybelsus: rybelsus – rybelsus price

  14. On August 6, the University of Pennsylvania introduced students and employees would be required to wear masks indoors with some exceptions.

  15. Edwardwhogy表示:

    Gabapentin Pharm neurontin tablets 300mg Gabapentin Pharm

  16. FrankMar表示:

    Amoxil Pharm Store: Amoxil Pharm Store – buy amoxicillin 500mg uk

  17. However we stress that any of these dog food manufacturers can change their components and methods of processing for the higher or worse at any time.

  18. FrankMar表示:

    Gabapentin Pharm: neurontin pills – buy neurontin

  19. The Schuylkill River can also be the setting of the fictional property White Acre in Elizabeth Gilbert’s 2013 novel The Signature of All Issues, based on The Woodlands.

  20. The second phase would broaden the vaccine to weak populations and folks with health conditions who may be a high risk of growing complications from the virus.

  21. Отличный сайт! Всем рекомендую!сереверы

  22. Work at home; pay!

  23. Per regulation, Ding received €1,100,000 (55 of the prize fund) while Nepomniachtchi took residence €900,000 (45).

  24. As a hurried substitute, Jack would return along with a line of merchandise bearing the tagline “Jack’s Back.” Eddie’s again-story was modified, and his title was changed to Eddie Schmidt, Jack’s younger brother.

  25. When asked about it, Jonze claimed to not have seen the former movie.

  26. Tamarind International additionally takes pride in managing the company travel companies where they treat each type of occasion like a enterprise and have special goals, outlined milestones and comprehensive plans that bring an occasion to satisfy and exceed the expectation.

  27. e線金融表示:

    It also launched a stage of tactical considering to augmentation use that makes the system work.

  28. HarryAudix表示:

    Paxlovid.ink: paxlovid for sale – Paxlovid.ink

  29. HarryAudix表示:

    Gabapentin Pharm: neurontin online – Gabapentin Pharm

發佈留言

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