Hi Steve,
Yes, I am trying to request a HTTPS Url as suggested by you i.e setting URI with https scheme while creating http_client. My request is JSON request but I am getting an exception, whereas I can call the server by a HTTP request (i.e setting URI with http scheme while creating http_client) and getting server response successfully.
I am catching exception in http_exception where message has only "HTTP" as exception message (ex.what())
I am using Casablanca 1.2 version
Please suggest.
Yes, I am trying to request a HTTPS Url as suggested by you i.e setting URI with https scheme while creating http_client. My request is JSON request but I am getting an exception, whereas I can call the server by a HTTP request (i.e setting URI with http scheme while creating http_client) and getting server response successfully.
I am catching exception in http_exception where message has only "HTTP" as exception message (ex.what())
I am using Casablanca 1.2 version
Please suggest.