FileMaker's Instant Web Publsihing Technology allows you to craft a URL that points straight to your database and optionally provide login credentials.
The format of the URL for Guest users is:
https://(Server Hostname)/fmi/iwp/cgi?dbpath=%2Ffmi%2Fiwp%2Fcgi%3F-db=(Database name)%26-startsession&acct=guest&login=Login&-authdb
Example:
https://n21.fmphost.com/fmi/iwp/cgi?dbpath=%2Ffmi%2Fiwp%2Fcgi%3F-db=Inventory%26-startsession&acct=guest&login=Login&-authdb
The format of the URL for a default user login is:
https://(Server Hostname)/fmi/iwp/cgi?dbpath=%2Ffmi%2Fiwp%2Fcgi%3F-db=(Database name)%26-startsession&acct=account&name=(username)&password=(password)&login=Login&-authdb
Example:
https://n21.fmphost.com/fmi/iwp/cgi?dbpath=%2Ffmi%2Fiwp%2Fcgi%3F-db=Inventory%26-startsession&acct=account&name=admin&password=adminpw&login=Login&-authdb
- 4 Users Found This Useful