Hi Thomas,
Yes the problem began after I added the "cors" statement.
My previous code was this, quite simple:
{ "exposed" : true, "authentication" : [ { "method" : "Basic" } ] }
And then I changed it to this:
{ "exposed" : true, "authentication" : [ { "method" : "Basic" } ], "cors" : { "enabled" : false } }
It was in brackets for no particular reason and lika that it works just fine. And removing the brackets gave me the same error.
Thanks for your response.
Blessings.