I was wondering if anyone has experienced this error and if there were any common problems I could check, apart from the obvious one (that the server is actually unavailable)?
I am performing a POST with JSON to a REST API. The error occurs intermittently, occurs at different times during the day and sometimes in the middle of a batch (the first couple of records will process and then one will fail). So I am not sure if the server becomes unavailable due to processing the first couple of records or if the error would occur for something like a timeout?
Appreciate any ideas or feedback people could suggest.