개요
스프링 클라우드 게이트웨이는 어떻게 프록시를 진행하는지에 대해 알아보겠습니다.
본문
문서 양식이 티스토리보다 노션이 더 적절해 작성한 노션 링크를 첨부하겠습니다.
https://zesty-beetle-b1a.notion.site/22916457c27780a49ca0f961e3b097f4?source=copy_link
스프링 클라우드 게이트웨이는 어떻게 프록시를 진행하나요? | Notion
스프링 클라우드 게이트 공식 문서에 따르면 필터 체인의 마지막에 Proxy Filter가 있고 해당 필터에서 프록시를 진행한다고 설명합니다. 이번 글에서는 스프링 클라우드 게이트웨이가 어떻게 프
zesty-beetle-b1a.notion.site
'Spring Cloud Gateway' 카테고리의 다른 글
AsyncProxyManager 동작 과정 (2) | 2025.07.11 |
---|---|
스프링 클라우드 게이트웨이 RequestRateLimiterGatewayFilterFactory에 대한 고찰 (1) | 2025.07.08 |
Post Filter Chain에서 헤더 수정하기 (0) | 2025.07.05 |
RequestRateLimiter GatewayFilter Factory (0) | 2025.06.19 |
Configuring Route Predicate Factories and Gateway Filter Factories (3) | 2025.06.18 |