CORS-Configuration
Configuration
The CORS configuration is done in the application.yml file.
webtoolkit:
client:
allowedOrigins: >
http://localhost:4200,
http://localhost:8080
allowedMethods: >
PUT,
POST
allowedHeaders: >
Authorization,
Content-Type
exposedHeaders: >
Content-Length
maxAge: 3600
allowCredentials: true