@johnglick
Just after the hostname type /fmerest/
eg http://myfmecloud.com/fmerest and you can click the Get Token button up in the corner. From here you can lookup the exisiting token or generate a new token with expiry limit
@johnglick
Just after the hostname type /fmerest/
eg http://myfmecloud.com/fmerest and you can click the Get Token button up in the corner. From here you can lookup the exisiting token or generate a new token with expiry limit
You can also manage your token from inside the normal FME Server web app. Once you have logged in, go to the user drop-down in the top right and select "Manage Token".
@johnglick
Just after the hostname type /fmerest/
eg http://myfmecloud.com/fmerest and you can click the Get Token button up in the corner. From here you can lookup the exisiting token or generate a new token with expiry limit
Just watch out using token from here as I found it expires very frequently and then you need to replace it often.
Hi @johnglick,
an additional option to the ones suggested by @ciarab & @stewartharper is the FME Token Service:
https://docs.safe.com/fme/html/FME_Server_Documentation/Content/ReferenceManual/service_token.htm
This service allows you to request FME Server tokens, either via your browser or within an application via a POST request, sent to the token service, specifying the credentials and the desired token expiration time.
Hi @johnglick,
an additional option to the ones suggested by @ciarab & @stewartharper is the FME Token Service:
https://docs.safe.com/fme/html/FME_Server_Documentation/Content/ReferenceManual/service_token.htm
This service allows you to request FME Server tokens, either via your browser or within an application via a POST request, sent to the token service, specifying the credentials and the desired token expiration time.
Thanks! I needed to find out how to do it in my application, that's perfect.