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

42,924 Responses

  1. Профессиональный сервисный центр по ремонту серверов в Москве.
    Мы предлагаем: ремонт компьютеров серверов
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  2. Hi, I think your website might be having browser compatibility issues. When I look at your website in Chrome, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, superb blog!

  3. DouglasHoapy表示:

    1x Promo Code Bangladesh https://actuchomage.org/includes/wkl/code_promo_69.html
    1xBet offers specific promo codes for users in Bangladesh, providing them with region-specific bonuses such as free bets, deposit matches, or free spins. These codes enhance the betting experience for Bangladeshi users.

  4. “After that in the future within the office, I think we have been like, Oh, perhaps we should always pull back a bit.

  5. The ratio of the labor drive to the working-age population known as the labor pressure participation fee.

  6. Because of this their neighbours then decided to promote their parts to him and so in 2007 he and his spouse owned the entire home.

  7. This type of phrase-image offers the Hildebrandt brothers steerage.

  8. Use the calculator below to calculate a plan on your upcoming journey.

  9. To save even extra money when buying any product in bulk, you possibly can discover a wholesale distributor to cut out the price of marked up retail costs.

  10. It means more than you recognize!

  11. Solely whenever you develop the company and start bringing in greater than 12 lakhs in annual income do you require a couple of additional licenses and permits.

  12. HeathZex表示:

    pharmacie en ligne france livraison belgique: pharmacie en ligne – pharmacies en ligne certifiГ©es

  13. 卍解とは表示:

    For those who benefit from the complexities of the Inventor class or just wants to take care of a steampunk aesthetic, the clockwork shield is value a glance.

  14. If you happen to want to have better outcomes, you may even put money into some workplace wall décor.

  15. The final Assembly is in charge of ratifying a price range and deciding how a lot money every nation will pay into the system.

  16. There are 4 different types of jobs in the game and every job consists of different lessons for you to select from.

  17. It lasts nearly all day!

  18. What type of client is a snake within the meals chain?

  19. tyrniket_fxsa表示:

    перко турникеты http://www.sigmavision.ru .

  20. After looking over a handful of the blog posts on your blog, I truly appreciate your way of writing a blog. I added it to my bookmark webpage list and will be checking back soon. Take a look at my website as well and tell me your opinion.

  21. After a cool April, a wet Could and a really dry June, we now have finally began getting some good rain again.

  22. All beneath- officers and all inferior and superior officers are elected for one yr solely, and usually are not eligible for re-election until after an interval of a year, throughout which they should serve within the ranks.

  23. The vampire adjustments from a skeleton back into the fully-clad undead Rely, and Eric repeats the method on the Wolf Man, who emerges carrying a pleasant yellow silk shirt.

  24. A new indictment of former President Donald Trump on July 27, 2023, added another cost related to retention of labeled documents to an current indictment issued last month.

  25. For example, a bed-ridden and significantly ailing particular person would have a holy e book placed underneath a part of the mattress or cushion.

  26. The specter of extra paperwork and the time and expense concerned in gathering the necessary data for the paperwork always rises as much as haunt small- and mid-sized companies.

  27. I have tickets to video games and one has your title on it should you so choose.

發佈留言

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