Add CORS To gRPC-Web Server - C# & .NET
If you separate front and back end, you may have CORS issue. The CORS issue can happen if you assign different ports or use different domain. This example shows how to add CORS to open a service to ALL external addresses to simplify the code. In any production environment, this is NOT a safe option. You must use CORS policy to allow only certain number of external addresses. Before starting this..
개발 (Development & Coding)/영문본 (English)
2023. 1. 29. 15:29