What type of encryption does FileMaker 1 use?
1Use Secure Sockets Layer (SSL) encryption for communication between the web server and web browsers. SSL connections are accessed through an HTTPS connection. FileMaker Server provides a standard SSL certificate signed by FileMaker, Inc. that does not verify the server name.
Do I need to purchase FileMaker Pro for custom web publishing?
FileMaker Pro is not required for Custom Web Publishing because FileMaker Server hosts the databases. 1Write PHP code that can create, delete, edit, and duplicate records in a hosted FileMaker database. Your code can perform field and record validation before committing changes back to the hosted database.
What are the requirements to share a FileMaker database?
When you publish databases on the Internet or an intranet, the host computer must be running FileMaker Server, and the databases you want to share must be hosted and available. In addition:
What are the extended privileges in the FileMaker Server database?
1The extended privileges in the database are se t for XML Custom Web Publishing and assigned to a user account. See “Enabling Custom Web Publishing in a database” on page 13. 1The database is hosted on the Database Server component of the FileMaker Server deployment, and is opened by FileMaker Server.
Can I use the documentation for FileMaker?
FileMaker documentation is copyrighted. Yo u are not authorized to make additional copies or distribute this documentation without written permission from FileMaker. You may use this documentation solely with a valid licensed copy of FileMaker software.
Where can I Find my FileMaker server configuration file?
1For IIS (Windows) through HTTP or HTTPS: [drive]:\\Program Files\\FileMaker\\FileMaker Server\\HTTPServer\\Conf where [drive] is the drive on which the Web Publishing Engine component of your FileMaker Server deployment resides. 1For Apache (OS X) through HTTP: /Library/FileMaker Server/HTTPServer/htdocs
How do I perform a script step in FileMaker Pro 14?
Note For FileMaker Pro 14, to specify that you want a script performed when a file is opened, you need to use the OnFirstWindowOpen script trigger. Similarly, to specify that you want a script performed when a file is closed, you need to use the OnLastWindowClose script trigger. Script step Behavior in Custom Web Publishing solutions