Lars Grini
Lars Grini
> I'm facing similar problem on the Gateway. x-forwarded-prefix header is not sent anymore since the upgrade: Spring Boot - 3.4.5 to 3.5.5 Cloud Release Train - 2024.0.0 to 2025.0.0...
@shumy I don't know what it is for, but the docs says that "To activate this filter (that is the XForwarded Headers Filter) set the spring.cloud.gateway.server.webflux.trusted-proxies property to a Java...
@shumy if you're using mvc and not webflux you must probably use the equivalent property for mvc: spring.cloud.gateway.server.webmvc.trusted-proxies https://docs.spring.io/spring-cloud-gateway/reference/spring-cloud-gateway-server-webmvc/httpheadersfilters.html#xforwarded-headers-filter