Gilbert13 Posted October 12, 2016 Posted October 12, 2016 Hi, I will like to open a hosted file from FMGO using: FMP7Script://192.168.10.0/Client.fp7?script=ListClients How I can add a username and password to the FMP7Script ? Thanks...
IT_User Posted February 13, 2017 Posted February 13, 2017 http://help.filemaker.com/app/answers/detail/a_id/5560/~/opening-shared-databases-remotely-using-a-url Quote Optional parameters can be used to include an account name and a password. This is done by adding the syntax "accountname:password@" prior to the IP address in the URL. For example: fmp://admin:[email protected]/database.fmp12 Adding the account name and password to a URL can be a security risk since these credentials are stored in plain text for all to see. In addition, if the link is stored as an alias or a shortcut it can lead to unintentional access to your database if the workstation where the alias or shortcut resides is not protected.
Recommended Posts
This topic is 3093 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now