You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added "autorelogin” option. If enabled and a request fails due to session token no longer being valid, fmRESTor will try the request again with a new session. This is especially helpful when you invalidate a not-yet-expired session by disconnecting the client in Admin Console or by restarting FileMaker Server or its components.
Session token for recycling Data API session can now be stored in a file, instead of using PHP session storage. This can help in cases when PHP session cannot be used, such as when your PHP script is called by an automated software rather than a web browser.
Results from methods were extended to contain request headers for easier evaluation of errors. You can access the extended info through the "isError" method.
FileMaker Server response can now be easily obtained from result using the "getResponse" method.