Tag

proxyexchange

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 20, 2023 · Backend Development

Build a Minimal Spring Cloud Gateway with Controller‑Based Routing

This article explains how to use Spring Cloud Gateway 3.1.5 to create a lightweight API gateway by configuring routes in YAML and implementing routing logic directly in a Spring MVC or WebFlux controller with ProxyExchange, covering features, code examples, and dynamic path mapping.

API gatewayBackend DevelopmentSpring Cloud Gateway
0 likes · 8 min read
Build a Minimal Spring Cloud Gateway with Controller‑Based Routing
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Sep 15, 2023 · Backend Development

How to Use Spring Cloud Gateway’s ProxyExchange for MVC and WebFlux Proxies

This guide demonstrates how to leverage Spring Cloud Gateway's ProxyExchange utility in both Spring MVC and WebFlux applications, showing code examples for proxying requests, extracting path variables, adding headers, handling responses, and configuring sensitive headers.

BackendJavaSpring Boot
0 likes · 5 min read
How to Use Spring Cloud Gateway’s ProxyExchange for MVC and WebFlux Proxies
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 13, 2023 · Backend Development

Mastering Spring Cloud Gateway ProxyExchange for MVC and WebFlux

This guide demonstrates how to use Spring Cloud Gateway's ProxyExchange utility in both Spring MVC and WebFlux applications, showing code examples for request forwarding, path extraction, header manipulation, and configuring sensitive headers.

BackendJavaSpring
0 likes · 6 min read
Mastering Spring Cloud Gateway ProxyExchange for MVC and WebFlux