deepak-chhetri
deepak-chhetri
**Spring cloud Gateway version: 4.1.0** We have implemented couple of custom Ordered Global Pre and Post filters in spring cloud gateway application. These pre global filters are getting executed for...
**Spring cloud Gateway version: 4.1.0** I have configured a route as follows which has downstream endpoint to a local REST API implemented in the gateway application itself as RestController: ```...
**Spring cloud Gateway version: 4.1.0** I am trying to develop a global pre-filter that intercepts the incoming login request and use redirection to redirect to landing page if user is...
We have built API Gateway application using Spring Cloud Gateway 4.0 (on webflux) framework and Azul Zulu OpendJDK 17. The application is able to intercept incoming request and redirect it...
We have implemented couple of custom Global pre and post filters in our Spring Cloud Gateway application. We are using Spring WebClient utility to make call to REST APIs exposed...