.NET/.NET API (1) 썸네일형 리스트형 Web Api Cors OPTIONS Method nuget에서 해당 라이브러리 설치 Microsoft.AspNet.WebApi.CorsWebApiConfig.cs 에서 아래 코드 삽입var enableCorsAttribute = new EnableCorsAttribute("*", "Origin, Content-Type, Accept", "GET, PUT, POST, DELETE, OPTIONS"); config.EnableCors(enableCorsAttribute); web.config 에 origin 관련 데이터 삭제 이전 1 다음