This may be a slightly "general" web development and authentication. etc question but maybe someone working with FME Server has a quick answer.
So I have various pieces of a project working.
- An ESRI web app that grabs some user info and other detail.
- An FME Service that takes some JSON input and writes it to database.
- Some custom code using FMEServer.js that sends info to the FME service.
But when I try to put it all together I get 'Mixed Content' errors because ArcGIS Enterprise is enforcing HTTPS and my existing FME is running on HTTP. I don't have a problem with getting a Cert and enabling HTTPS for FME Server if that's the only solution (and maybe I'm hereby offering my own solution) but is it?
Thanks