일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 엔트리
- 코딩입문
- Android
- python
- MS-SQL
- httpclient timeout
- 아이코딩습관
- Aspose.cells
- 중1코딩
- 중학생코딩
- cc챔피언
- AIoptimization
- 초딩수학
- upbit
- Excel
- ASP.NET MVC
- 블록코딩
- Kakao API Address
- swift 화면전환
- 일본여행
- .csv
- MYSQL
- largelanguagemodels
- league of legends
- PromptEngineering
- MSSQL
- 오블완
- 썸머노트
- chart.js
- 한글깨짐
Archives
- Today
- Total
DBA
IIS access-control-allow-origin 설정 방법 본문
728x90
반응형
SMALL
Web.config 파일에 추가
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>
</system.webServer>
출처: https://paransilverlight.tistory.com/155 [paran silverlight]
728x90
반응형
LIST
Comments