[鐵人賽 Day26] ASP.NET Core 2 系列 - 跨域請求 (Cross-Origin Requests)
![[鐵人賽 Day26] ASP.NET Core 2 系列 - 跨域請求 (Cross-Origin Requests)](/images/ironman/i26-2.png)
有些團隊會把前後端專案切開,放在不同的網域執行,如此一來就會遇到瀏覽器安全性問題,禁止不同網域的請求。
本篇將介紹 ASP.NET Core 啟用跨域請求 Cross-Origin Requests (CORS)。
iT 邦幫忙 2018 鐵人賽 - Modern Web 組參賽文章:
[Day26] ASP.NET Core 2 系列 - 跨域請求 (Cross-Origin Requests)
![[鐵人賽 Day24] ASP.NET Core 2 系列 - Entity Framework Core](/images/ironman/i24-1.png)
![[鐵人賽 Day22] ASP.NET Core 2 系列 - SignalR](/images/ironman/i22-1.png)
![[鐵人賽 Day20] ASP.NET Core 2 系列 - 快取機制及 Redis Session](/images/ironman/i20-1.png)
![[鐵人賽 Day18] ASP.NET Core 2 系列 - Logging](/images/ironman/i18-1.png)
![[鐵人賽 Day25] ASP.NET Core 2 系列 - 單元測試 (NUnit)](/images/ironman/i25-5.png)
![[鐵人賽 Day23] ASP.NET Core 2 系列 - 上傳/下載檔案](/images/ironman/i23-1.png)
![[鐵人賽 Day21] ASP.NET Core 2 系列 - 多國語言 (Localization)](/images/ironman/i21-1.png)
![[鐵人賽 Day19] ASP.NET Core 2 系列 - NLog & Log4net](/images/ironman/i19-1.png)
![[鐵人賽 Day17] ASP.NET Core 2 系列 - 例外處理 (Exception Handler)](/images/a/206.png)