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

  1. Now it is time to return to the beginning of the sport to work via it, looking for moves that weakened your place in such a approach that you just reached a loss.

  2. Flagstaff’s summer season will obtain a few days of daytime temperatures above ninety °F (32 °C), with a lot cooler nighttime temperatures usually in the region of 40 °F (four °C).

  3. Best Earning App in Pakistan|Amazing Earning Opportunity in Pakistan|Earning in Pakistan: New Approach|Earning App in Pakistan: Benefits|Rate the Best Earning App in Pakistan|Trustworthy Earning Platform in Pakistan|Successful Processing Method in Pakistan|New level of income in Pakistan|Pakistan: leader in earning|App that will make it easier to earn in Pakistan Pakistan
    best online earning apps in pakistan real earn money app in pakistan .

  4. By way of my distinctive method to on-line Spanish lessons, As an alternative of solely relying on conventional grammar-centered methods, I utilize captivating, culture-primarily based stories that immerse you in the rich tapestry of Spanish-talking international locations.

  5. A Navy veteran of WW II; a member of the VFW.

  6. Select from a spread of stunning diamonds Luxe Jewelry and settings to design the proper piece.

  7. He returned more than 30 years later within the Rise of Skywalker, having managed to cheat dying via highly effective mastery of the dark aspect of the Force.

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

  9. BrandenSlomy表示:

    amoxicillin brand name: Amoxicillin Com Pharm – amoxicillin 500 mg cost

  10. AlbertDuM表示:

    Lisinopril 1st: buy Lisinopril online – Lisinopril 1st

  11. ダンス35表示:

    Halloween Marathon of Mayhem” Lagoon Present Coming to Halloween Horror Nights”.

  12. That is the most recent On-line Money Making Alternatives In Nigeria 2024.

  13. ”. Collecting information shouldn’t be the same as “keeping logs”; it’s potential for metadata to be fed into an algorithm before being discarded.

  14. Golden Jewellery is not only a bit of ornament for a girl; it is epitome of her beauty & accentuates her elegance.

  15. In other words, a pc program is software devised by a human designer which executes numerical computations.

  16. If your brother is married then It is tied on the bangles of your sister-in-law.

  17. DarrenUnjuh表示:

    http://iverfast.com/# stromectol pill

  18. 6, giving Carlsen an advantage in improvement and central place.

  19. A easy, elegant dialog system results in non-player characters you actually care about.

  20. 空海 の表示:

    Some retrograde analysis may need to be employed in more conventional issues (directmates and so forth) to find out, for instance, whether an en passant pawn capture or castling is feasible.

  21. Jack LaPeer Cheboygan, MI vital information of Cheboygan County, MI Roger Leach Colorado data on the Platte family.

  22. BrandenSlomy表示:

    buy generic prednisone online: prednisone ray pharm – buy cheap prednisone

  23. Last minute journey planners can always search for information at official tourism website of America.

  24. Though the Heed squandered one other lead, Crosby admitted that there have been some positives that came from the draw.

發佈留言

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