I am not sure if this is actually an issue with Karadav or my nginx reverseproxy configuration.
However despite having set const ACCESS_CONTROL_ALL = true; I get a CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 207 error in the browser when trying to access my otherwise working Karadav through the Webdav-manager demo.
I tried forcing the CORS header via my reverse-proxy (not an expert at all though) and then I get:
CORS header 'Access-Control-Allow-Origin' does not match '*, *'
Maybe you got an idea what could be the ultimate source of this problem?
I am not sure if this is actually an issue with Karadav or my nginx reverseproxy configuration.
However despite having set
const ACCESS_CONTROL_ALL = true;
I get aCORS header ‘Access-Control-Allow-Origin’ missing). Status code: 207
error in the browser when trying to access my otherwise working Karadav through the Webdav-manager demo.I tried forcing the CORS header via my reverse-proxy (not an expert at all though) and then I get:
CORS header 'Access-Control-Allow-Origin' does not match '*, *'
Maybe you got an idea what could be the ultimate source of this problem?