October 12, 20169 yr 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...
February 13, 20178 yr 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.
Create an account or sign in to comment