Okay, this is just purely out of curiosity but I see a lot of routines that start with
Sub Http_ResponseSuccess (Response As HttpResponse, TaskId As Int)
but none that start with
Sub Http_ResponseNegative (Response As HttpResponse, TaskId As Int)
So, newb question but.... wouldn't the above be needed to handle a negative http response?
Dave
Sub Http_ResponseSuccess (Response As HttpResponse, TaskId As Int)
but none that start with
Sub Http_ResponseNegative (Response As HttpResponse, TaskId As Int)
So, newb question but.... wouldn't the above be needed to handle a negative http response?
Dave