environment:
Spring cloud version: 2020.0.2, Spring-cloud-starter-alibaba-nacos version: 2021.1
I have already exclude the netflix-ribbon and import spring-cloude-starter-loadbalancer in pom.xml, and use "lb://url" formate in gateway config
problem: I need Spring Cloud Gateway Cors cross-domain operation. Therefore, based on the solution online (https://www.programmerall.com/article/5764552098/), I set the addtional Mono filter. For cross-domain, this solution works fine. However, the default loadbalancer (rotation) in nacos does not work with this cross-domain strategy. Is any possible solution to make cross-domain work with loadbalancer in nacos?
Thank you