Tony Clarke
Tony Clarke
See here: https://cloud.spring.io/spring-cloud-gateway/reference/html/#cors-configuration Have you set the property spring.cloud.gateway.globalcors.add-to-simple-url-handler-mapping=true?
It is something you would add, not remove.
We have implemented a predicate based on basePath + paths + http method defined from swagger 2.0 definition. We would need to clean it up to submit back to scg.
How does relate to spring cloud sleuth?
Can you provide a complete, minimal, verifiable sample that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip...
Is this the minimal sample that reproduces the problem? Is there a unit test that you can add that will illustrate the issue?
I spent 20 minutes trying to work with this git repository, but I have to time box it. Looking at the screen shoots things look correct. I suggest you turn...
@fragaLY But none of those logs are coming from org.springframework.web.cors.reactive.DefaultCorsProcessor. Is it possible that the actual target URI implementation is raising the 403?
@ItalyPaleAle Would you expect that this change might reduce latency for large payloads? If so, any benchmarks? Thanks.
I am facing the same issue. I had to log off VPN before I could get the first example to work. It took several hours even before I came to...