Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
64 views

Problem I'm getting a CORS error when connecting to a WebSocket endpoint through Spring Cloud Gateway with Nginx as a reverse proxy (it works on my local env without nginx): Access to XMLHttpRequest ...
0 votes
0 answers
117 views

I was following a tutorial that shows this application.properties for gateway configuration: server.port=9000 spring.application.name=UserMS spring.cloud.gateway.routes[0].id=UserMS spring.cloud....
1 vote
2 answers
108 views

I’m having trouble with Spring Cloud Gateway (WebFlux) when I define multiple Path predicates for a single route. Here is an example of my configuration in application.yml: spring: cloud: ...
-1 votes
1 answer
96 views

I trying to setup cooperation of gateway and authorization server. help me to find error in the program, when i authenticate me and enter to web authentication form username=admin and password=1 i ...
0 votes
0 answers
55 views

I'm encountering a problem while using Spring Cloud Gateway MVC to route requests to an internal API with an endpoint that uses SseEmitter to enable notifications via Server-Sent-Events. To quickly ...
0 votes
1 answer
65 views

My application uses the Spring Cloud Gateway so the stack is Spring + WebFlux. When the application starts it use the SSL certificate from the file. But after few weeks the external system is updating ...
Best practices
0 votes
1 replies
45 views

I have a Spring Authorisation Server as my OAuth2-OpenID Connect authentication server running with multiple instances on a cluster. It uses Spring Session Redis for managing distributed sessions. ...
0 votes
1 answer
101 views

I want to redirect all routes like /api/user/home/ to /api/user/home. Here is the configuration file for gateway: spring: application: name: gateway cloud: gateway: routes: -...
0 votes
0 answers
43 views

everyone! I'm using Spring Cloud Gateway MVC 4.1.2 I need to validate incoming file in multipart request by checking his magic bytes. Straight approach doesn't work because after opening a stream from ...
0 votes
0 answers
69 views

I’m working on an API gateway project using Spring Cloud Gateway, and I’m struggling with the correct way to implement post filters that should run after the NettyWriteResponseFilter, but before the ...
0 votes
0 answers
30 views

How to have post_logout_redirect_uri when we have spring-cloud-gateway which is served for multiple frontend applications and each of those applications could have it's own logout page? Is it just ok ...
2 votes
1 answer
109 views

After upgrading Spring Boot gateway application Java version from JDK11 to JDK21 and changing the dependency of the gateway from spring-cloud-netflix-zuul to spring-cloud-starter-gateway (spring cloud ...
0 votes
1 answer
93 views

I have a path defined as below: - id: test-reroute uri: http://localhost:3000/ predicates: - Path=/(.*)/test-file.js filters: - RewritePath=/(.*)/test-file.js, /ui/test/test-file.js ...
0 votes
0 answers
80 views

I’m using a Spring OAuth2 Authorization Server with a Gateway in front of it. When I access the login page directly via http://localhost:9999 (the OAuth2 server port), everything works: the CSS loads ...
0 votes
1 answer
214 views

I have a spring-cloud-gateway-webflux service and I have enabled all the actuators but the /actuator/gateway doesn't show up so I can't view all the routes. I am using the following dependencies: ...

15 30 50 per page
1
2 3 4 5
...
86

AltStyle によって変換されたページ (->オリジナル) /