I would like to know if there is any way that I can host an Fme Server application on my organization's website (for example) that is published using cPanel. What I would like to do is that through a public website, some of our clients can access a server application. I know that I can connect some other web application to the fme server using rest API or url webhooks if the server has a public IP address, which can be accessed from an external network. Can anyone enlighten me on this issue? I am just getting started in web development and these questions come to mind. Thanks
Page 1 / 1
I have no idea about cPanel, but you should be able to embed an FME Server app into e.g. an iframe in your html code.
I have no idea about cPanel, but you should be able to embed an FME Server app into e.g. an iframe in your html code.
Thanks @david_r I am testing it, but for having that app working my FME Server need to be in a publicly available network, right?
Thanks @david_r I am testing it, but for having that app working my FME Server need to be in a publicly available network, right?
FME Server needs to be reachable by the (frontend) users, yes. It doesn't have to be public, however, that depends on your users. Otherwise you'll have to include some proxy or forwarding functionality on your back-end.