I have a problem with a call from vue to a spring boot microservice. Locally it works, while in the test environment where the call is intercepted by KrakenD I have a CORS error This is my configuration class: This is the error screen I get:
I tried to change the properties of the WebConfig class by setting allowedOrigins([myLocalHost], [testEnvironmentUrl]), but I ended up with the same results
Finally found the problem. KrakenD had set Same_Origin instead of Cross_Origin