|
@@ -14,7 +14,7 @@ import reactor.core.publisher.Mono;
|
|
|
|
|
|
@Component
|
|
|
public class CrosFilter {
|
|
|
- private static final String ALLOWED_HEADERS = "x-requested-with, authorization, Content-Type, Authorization, credential, X-XSRF-TOKEN,token,username,client, ETag,If-None-Match";
|
|
|
+ private static final String ALLOWED_HEADERS = "x-requested-with, authorization, Content-Type, Authorization, credential, X-XSRF-TOKEN,token,username,client, ETag,If-None-Match,X-Access-Token";
|
|
|
private static final String ALLOWED_METHODS = "GET, PUT, POST, DELETE, OPTIONS";
|
|
|
private static final String ALLOWED_ORIGIN = "*";
|
|
|
private static final String MAX_AGE = "18000L";
|