250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 야생의숨결
- 세부
- 게임
- hybride
- window
- ubuntu
- 여행
- 씨홀스
- 공략
- JS
- 오픈워터
- docker
- JavaScript
- window10
- 스쿠버다이빙
- 개발툴
- 취미
- 다이빙
- Front-end
- 어드벤스
- psql
- 젤다의전설
- Linux
- guide
- WebView
- 뱀파이어서바이벌
- 엘든링
- PostgreSQL
- 페오엑
- poe2
Archives
- Today
- Total
Rianshin
[JS]This request has been blocked; the content must be served over HTTPS. 본문
Develop/Javascript
[JS]This request has been blocked; the content must be served over HTTPS.
RianShin 2020. 11. 3. 12:04728x90
반응형
SMALL
Mixed Content: The page at ‘https://page.com‘ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint
This request has been blocked; the content must be served over HTTPS.
http와 https의 통신을 한페이지에서 할경우 나오는데 아래와 같이 한줄 추가해주면 해결.
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
728x90
반응형
LIST
'Develop > Javascript' 카테고리의 다른 글
[JavaScript] 소수점처리 Math (0) | 2020.11.11 |
---|---|
[jQuery] Ajax JSON POST in HTTP Body (0) | 2020.11.03 |
[JS] 배열역순 처리 (0) | 2020.11.03 |
JS console 객체 (0) | 2020.11.02 |
자바스크립트 문서화를 위한 "jsdoc toolkit" 사용법 및 예제 (0) | 2020.11.02 |
Comments