Monthly Archives: May 2017

Steve Winter from Matatiro Solutions will be presenting the session “Explore cURL for FileMaker” at the upcoming FileMaker Developer Conference to be held in Phoenix from the 24th to the 27th of July. Session Description FileMaker’s robust functionality can be supplemented with a Web Service (or API) to help solve pretty much any task. But […]

Continue Reading

Sometimes when using external APIs it’s necessary to store returned cookies, for example if a cookie is being used for authentication. There are two sides to this coin, saving the cookie, and then sending it again on subsequent requests. cURL offers options for this, –cookie-jar (or -c) to save cookies, and –cookie (or -b) to […]

Continue Reading