十、Spring Cloud Gateway-跨域(CORS)配置

网关可以配置为控制CORS行为。 “全局”CORS配置是Spring Framework CorsConfiguration的URL模式映射。

在上面的示例中,对于所有GET请求的路径,将允许来自docs.spring.io的CORS请求。

你可能感兴趣的:(十、Spring Cloud Gateway-跨域(CORS)配置)