Hi Andy, Was finally able to swing back to the Fuseki CORS issue. I am happy too report that the CORS issue has bee resolved.
For testing, I created a Java properties file based on your suggestion: # java properties files for Fuseki COR configuration allowedOrigins=* allowedMethods=GET,POST allowedHeaders=X-Requested-With, Content-Type, Accept, Origin, Last-Modified, Authorization exposedHeaders=Cache-Control, Content-Language, Content-Length, Content-Type, Expires, Last-Modified, Pragma, chainPreflight=false Then started up Fuseki in standalone mode: fuseki-server --cors ./cors.properties This resolved the issue and we’ve got Fuseki data reaching our static site now. Thank you for your patience and all your help! Robert From: Andy Seaborne <[email protected]> Date: Friday, June 12, 2026 at 11:19 AM To: [email protected] <[email protected]> Subject: Re: Fuseki CORS configuration question Hi Robert, Did you get something working? Andy
