일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- LEFT JOIN
- python
- AIoptimization
- 업비트
- .csv
- rounding
- league of legends
- MS-SQL
- largelanguagemodels
- Oracle
- Android
- 일본여행
- MYSQL
- Aspose.cells
- CSV
- Kakao API Address
- MSSQL
- 한글깨짐
- Banker's rounding
- 초딩수학
- Excel
- chart.js
- 썸머노트
- Request.Form
- 오블완
- upbit
- PromptEngineering
- Banker's
- 나만의 상점
- swift 화면전환
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