Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8524

Re: Invalid JSON found in xsapp or xsaccess in package

$
0
0

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.


Viewing all articles
Browse latest Browse all 8524

Trending Articles