geoserver/geoserver-cloud

CORS is not working when using headers in request

AlexGacon opened this issue · 1 comments

When you try to use WFS request on a GS Cloud environment with headers, the request is rejected because of CORS.

It is solved by adding allowedHeaders: "*" into gateway-service.yml.

It should be part of the default configuration IMO.