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
- nodejs DB
- XMLHttpRequest with promise
- cloudflare Origin Server
- JavaScript
- docker compose setting
- docker image deploy
- cloudflare ssl
- cloudflare certbot
- Dockerfile example
- Raspberry Pi docker install
- cloudflare
- docker compose
- nodejs mariaDB
- 코어자바스크립트 정리
- Dockerfile setting
- XMLHttpRequest 예제
- 로스트아크 API
- dockerignore example
- docker
- dockerignore setting
- XMLHttpRequest example
- cloudflare Origin Server CA
- cloudflare DNS
- nodejs myslq2
- 로스트아크 open API
- docker compose example
- Raspberry Pi docker-compose install
- docker image 배포
- 코어 자바스크립트
- 코어자바스크립트
Archives
- Today
- Total
목록XMLHttpRequest example (1)
오늘
javascript - XMLHttpRequest with promise
XMLHttpRequest 사용 도중 status code에 따라 재요청을 해야하는 로직이 필요하게 되었다. 재요청 로직을 위해 재귀 호출로 구현을 하면서 promise 객체를 활용하였다. 재요청 로직 : status code 429 ( API key 사용량 초과)일때 다른 API key를 사용하여 API 호출. 최대 5번. https://developer-lostark.game.onstove.com/usage-guide#api-errors Lostark OpenAPI Developer Portal USAGE GUIDE This guide describes how to interact with Lostark Open APIs. This is a technical guide intended for soft..
javascript
2023. 3. 27. 11:51