In my company we have installed the FME Server on a server only accessible from inside the intranet (so no internet connection). I want to publish some workspaces to colleagues without the need of signing in, so I built a simple html file with a JavaScript form in it, based on the FME Server playground examples. My goal was to place a html-file accessible for all relevant colleagues, they can open it in their browser and submit a job. Unfortunately it doesn't work because of the CORS policy, which throws an error.
Is there a simple way (maybe another?) for "publishing" workspaces inside a custom environment (like an own HTML file) in local networks without the need of changing the CORS preferences?
Â