Open bmalecki opened 7 years ago
Currently it doesn't work like that. Within Server Configuration. Solution from ActionKnotConfiguration
should be applied also here.
This issue is still valid for writerHandler
and its allowedResponseHeaders
config in Knot.x HTTP Server.
Should setting "allowedResponseHeaders" to wildcard result in all headers being allowed? This approach works in "allowedRequestHeaders" section of HttpRepositoryConnector configuration.
Example:
"knotx:io.knotx.KnotxServer": { "options": { "config": { "allowedResponseHeaders": [ "*" ], ... } } }