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 |
| 29 | 30 | 31 |
Tags
- XMLHttpRequest with promise
- Raspberry Pi docker install
- Dockerfile example
- 코어자바스크립트 정리
- nodejs mariaDB
- cloudflare ssl
- Dockerfile setting
- docker
- dockerignore setting
- nodejs DB
- docker compose setting
- docker image 배포
- XMLHttpRequest example
- cloudflare certbot
- 코어 자바스크립트
- 로스트아크 API
- cloudflare Origin Server
- cloudflare
- 코어자바스크립트
- docker compose example
- XMLHttpRequest 예제
- Raspberry Pi docker-compose install
- docker compose
- cloudflare DNS
- docker image deploy
- 로스트아크 open API
- JavaScript
- dockerignore example
- cloudflare Origin Server CA
- nodejs myslq2
Archives
- Today
- Total
목록cloudflare api server (1)
오늘
2023/03/12 해결 내용 : react 배포용 빌드에서 api서버로 (nodejs) 데이터를 가져오기 위해 fetch를 할 때 api 서버에서 응답이 오지 않음. 원인 : cloudflare DNS의 프록시 기능을 사용하면, 사용자의 요청이 중간에 cloudflare Proxy server를 경유하게 됨. 기존에 사용하려고 했던 3030 은 cloudflare Proxy 에서 지원하지 않는 포트번호. ex) [도메인] >> cloudflare Proxy server >> [도메인에 등록한 IP] 해결 : cloudflare doc 참고하여 cloudflare Proxy 에서 지원하는 포트(2087)로 nodejs 서버 구동. https://developers.cloudflare.com/fundame..
cloudflare
2023. 3. 13. 23:31