Hello,
I'm making a HTTP get request to my database in stardog cloud, but get the 401 CORS policy error. I know I can resolve this by adding these two lines to the cfg file:
java-options=-Dgraphdb.workbench.cors.enable=true
java-options=-Dgraphdb.workbench.cors.origin=*
But I'm confused how to enable CORS in stardog cloud.
Thanks in advance