CORS

We’ve written about CORS previously in our post about enabling CORS for FileMaker server. In that scenario we took the ‘get a bigger hammer’ approach and simply allowed access from all remote domains. Header always set Access-Control-Allow-Origin “*” In some scenarios this is the ‘right’ thing to do, but much of the time you want […]

Continue Reading

If you want to be able to access the FileMaker Data API directly from JavaScript running in a client browser you’ll need to set additional headers to support CORS (Cross Origin Request Sharing). Think carefully about how you configure this, since you may not want to open your FMS to all locations, so consider what […]

Continue Reading