Recent Posts

Making a PUT request using PHP and cURL

2 minute read

I recently had to write some PHP to PUT some JSON data to a RESTful web API. My final solution involved reading numerous blog posts to piece together exactly...