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

  1. JamesThync表示:

    ed pills: buying erectile dysfunction pills online – cheap ed treatment

  2. CoreyNeura表示:

    cenforce Buy Cenforce 100mg Online Purchase Cenforce Online

  3. BradleyPobby表示:

    https://kamagra.men/# Kamagra 100mg

  4. CoreyNeura表示:

    semaglutide tablets store semaglutide tablets buy rybelsus online

  5. BradleyPobby表示:

    https://kamagra.men/# Kamagra 100mg

  6. Brianmet表示:

    Быстро несомненно поможем заказать пиццу в течение Москве недорого. Бесплатная экспресс-доставка пиццы в Москве. Строго-настрого запретить пиццу чтобы хоть какого повода. Выучим двигаюсь чтобы вас, ваших близки
    Пицца доставка комбо наборы

  7. JimmieTup表示:

    http://ciprofloxacin.cheap/# buy cipro online canada

  8. RobertUnmab表示:

    ciprofloxacin 500 mg tablet price: buy cipro online canada – ciprofloxacin generic price

  9. RobertUnmab表示:

    zithromax over the counter uk: where to buy zithromax in canada – zithromax buy online

  10. Jaimevoink表示:

    online lisinopril lisinopril 10 mg canada 10mg generic 10mg lisinopril

  11. ZacharySlips表示:

    Просторный тренажерный зал. Fitness Беляево оборудован 150+ единицами современных тренажеров. Самые популярные из них представлены в нескольких экземплярах, чтобы вы не тратили время на ожидание в очереди пилатес профсоюзная

  12. RobertUnmab表示:

    how to buy generic clomid for sale: can i order cheap clomid for sale – buy cheap clomid without dr prescription

  13. JimmieTup表示:

    http://lisinoprilus.com/# lisinopril generic cost

  14. JimmieTup表示:

    https://ciprofloxacin.cheap/# buy cipro online usa

  15. Jaimevoink表示:

    90 lisinopril zestril 40 mg tablet lisinopril over the counter

  16. RobertUnmab表示:

    п»їcytotec pills online: cytotec abortion pill – buy cytotec pills

  17. Jaimevoink表示:

    buy lisinopril 20 mg without a prescription order lisinopril without a prescription lisinopril 20mg tablets price

  18. JimmieTup表示:

    https://ciprofloxacin.cheap/# cipro ciprofloxacin

  19. India is a land of festivals and events celebrating togetherness and love.

  20. Jaimevoink表示:

    buy cytotec over the counter Abortion pills online Misoprostol 200 mg buy online

  21. RobertUnmab表示:

    where to buy cheap clomid without dr prescription: where can i get cheap clomid without prescription – cost of generic clomid without insurance

  22. RobertUnmab表示:

    buy cipro online canada: ciprofloxacin 500 mg tablet price – buy cipro online canada

  23. Selecting a legislation agency is vital.

發佈留言

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