Hello All
Assume that we use HttpPost to call an exposed Rest API. When the Rest API send 408 error, is it possible HttpPost to catch it ? As we know, 408 error sent by server side (in this context is the Rest API) happens because no response from the client (in this context HttpPost)