FileMaker

The FileMaker Data API uses a relatively simple authentication pattern when using a self hosted server. Post valid credentials to the server, receive a token, use that as a bearer token for subsequent requests. With FileMaker Cloud 2 however, the process is made somewhat more complex through the use of Cognito, the AWS credentials management […]

Continue Reading

Today a colleague asked me to take a look at an issue they were experiencing interacting with the Zoom API (I’ll write about that another day), but in the conversation they asked if I knew if it were possible to create the JSON Web Token (JWT, pronounced jot) used by the API in native FileMaker. […]

Continue Reading

With the changes which Oracle made to Java licensing some time back Claris no-longer include a Java Runtime Engine (JRE) with the FileMaker server installer. With current versions of FileMaker Server this is only needed if you want to enable Web Publishing Engine (WPE). When you go to enable the WPE the admin console provides […]

Continue Reading

I work with many different clients, often on their back-end systems where the relevant FileMaker app isn’t directly visible on their server which means I needed an easy way to get to the file I needed without having to remember what it was called! FileMaker apps can be launched through the use of the fmp:// […]

Continue Reading

I was asked yesterday by a colleague for ideas on how to allow FileMaker server to manage content which could be shared publicly using its built-in web server. We chatted about the possibility of writing content into the web root folder, but that would have meant using a plugin and being confronted with security issues […]

Continue Reading

We received an email this morning asking for some assistance with cURL for FileMaker. Paraphrased they were asking I am trying to get the results of a webpage using INSERT FROM URL into a text field, but the web developer has set the site to require a username / password via basic http authentication. They […]

Continue Reading

Director Steve Winter presented his session title ‘Explore cURL for FileMaker’ at the Scandanavia FileMaker Developer Conference in Helsingør, Denmark. Summary Accessing data through REST is the current best-practice for data sharing. That’s not always been easy with FileMaker. Until now! In version 16 FileMaker introduced the FileMaker REST API which allows far easier integration […]

Continue Reading

Director Steve Winter presented his session title ‘Explore cURL for FileMaker’ at the Scandanavia FileMaker Developer Conference in Helsingør, Denmark. Summary FileMaker’s robust functionality can be supplemented with a Web Service (or API) to help solve pretty much any task. But sometimes accessing those APIs through http(s) doesn’t provide the flexibility needed. One example of […]

Continue Reading

As has happened each year for the last 13 years Joel Shapiro of JS FMP hosted a Custom Web Publishing User Group at FileMaker DevCon. A number of us presented various things we’ve been working on over the past year. At last year’s session I’d talked about “Steve’s top ten things to make you a […]

Continue Reading

Uploading files Dropzone is already enabled for the file upload, it just needs something to do with the files which it receives. The Postman example File upload gives us a good starting point because it shows us the name the file needs to be given when it’s uploaded, but it masks one very important aspect […]

Continue Reading