반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Front-end
- hybride
- JavaScript
- 오픈워터
- window
- 여행
- WebView
- 공략
- 개발툴
- 스쿠버다이빙
- PostgreSQL
- JS
- window10
- 젤다의전설
- 다이빙
- Linux
- poe2
- 씨홀스
- 세부
- guide
- 어드벤스
- docker
- 뱀파이어서바이벌
- 취미
- 게임
- ubuntu
- psql
- 야생의숨결
- 엘든링
- 페오엑
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