You need to actually allow requests from an origin...
# spring
m
You need to actually allow requests from an origin:`registry.addMapping("/**").allowedOrigins("http://localhost:9000")`
t
Even this is not working. And also, according to the documentation, by default it's supposed to allow all origins :/
m
oh, did not check the defaults. sorry
t
That's alright. Thanks for your help.