Merged
Conversation
- 기존 FeignClient 기반의 파일 다운로드 방식을 HttpURLConnection 스트리밍 방식으로 전면 수정 - 공공데이터 포털의 301 Moved Permanently (HTTP -> HTTPS) 리다이렉트 수동 처리 로직 추가 - 외부 서버의 봇(Bot) 차단 정책 우회를 위한 User-Agent 헤더 위장(Chrome) 적용 - StreamUtils.copy를 사용하여 서버 메모리 점유를 최소화하고 응답을 실시간 파이프라이닝 처리 - 브라우저 내 즉시 재생 지원을 위해 Content-Disposition: inline 및 Content-Type: video/mp4 헤더 명시
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
close #46
📝작업 내용
국민체력100 공공데이터의 동영상 리소스를 안정적으로 스트리밍하기 위한 백엔드 프록시 API를 구현했습니다.
스크린샷 (선택)
💬리뷰 요구사항(선택)