Hi NeroV,
Yes any errors from the HTTP request will come out of the task returned from the http_client::request(...) method. The exception type should be web::http::http_exception, can you try catching it an examining the error message and error code for more information?
Steve
Yes any errors from the HTTP request will come out of the task returned from the http_client::request(...) method. The exception type should be web::http::http_exception, can you try catching it an examining the error message and error code for more information?
Steve