2022/07/03 spring boot, spring security¥ When allowCredentials is true, allowedOrigins cannot contain the special value "*" since that cannot be set on the "Access-Control-Allow-Origin" response header. To allow credentials to a set of origins, list them explicitly or consider using "allowedOriginPatterns" instead Use config.setAllowedOriginPatterns("*") instead of config.setAllowedOrigins(Collections.singletonList("*")); メールで送信BlogThis!X で共有Facebook で共有する