Commented Issue: http_client - on Android SSL server certificates are all...
Similar to how we did for OS X/iOS we need to perform server certificate validation using the platform APIs since OpenSSL doesn't have access to the system's trusted certificate store.Comments: Fixed...
View ArticleClosed Issue: http_client - on Android SSL server certificates are all...
Similar to how we did for OS X/iOS we need to perform server certificate validation using the platform APIs since OpenSSL doesn't have access to the system's trusted certificate store.
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.websocket_clientPoco is no longer used as test server for WinRT tests, Websocketpp is used in all cases 221.Miscrun_tests.sh...
View ArticleNew Post: Casablanca 2.2.0 on Android with https
Hi bengalister, FYI I've implemented server certificate verification on Android now. It is in the development branch. Steve
View ArticleReleased: C++ REST SDK 2.2.0 (Aug 20, 2014)
FeaturesoAuth(experimental)Added library support for oAuth 2.0 and 1.0 in an experimental namespace while we fine tune the API.AndroidAdded support for the Android platform. Please note SSL...
View ArticleUpdated Release: C++ REST SDK 2.2.0 (Aug 20, 2014)
FeaturesoAuth(experimental)Added library support for oAuth 2.0 and 1.0 in an experimental namespace while we fine tune the API.AndroidAdded support for the Android platform. Please note SSL...
View ArticleEdited Feature: websocket_client - wss support on non-WinRT [255]
This is the largest feature we are missing in our websocket_client right now on non-WinRT platforms.
View ArticleNew Post: web::json::value type()
The documentation links back to an enumeration, but doesn't go into what the enumeration explicitly is which has me wondering what type the object I have is, I was wondering if you could just post some...
View ArticleNew Post: Send message to Amazon SQS
Hi opreanstefan, No we don't have a tutorial or sample code connecting to Amazon's simple queue service. I recommend you start by looking at their developer documentation, in particular their API...
View ArticleNew Post: web::json::value type()
Hi GrandaThePanda, Yes you've found a spot where we don't have full source documentation comments. Even worse it appears Doxygen doesn't pick up the enum values for some reason. I'm guessing because of...
View ArticleNew Post: web::json::value type()
Steve, Thanks very much, I played around after and figured out it was an object, going forward this will be very useful though. Thanks for the speedy reply! -Granda
View ArticleNew Post: web::json::value type()
Ok I updated the source code, but can't seem to find a way in the discussion to upload an image here showing what it looks like now.... This is checked into the development branch and won't be in our...
View ArticleReviewed: C++ REST SDK 2.2.0 (8 29, 2014)
Rated 5 Stars (out of 5) - good. very usefully..
View ArticleCommented Unassigned: http_listener CentOS6.5/Ubuntu13/14 some time can't...
I have a http_listener and just print all request body, but some time the body can not be received.Comments: version:v2.1.0 gcc4.8.3/boost 1.55 on linux http_listener: listener_.support(methods::POST,...
View ArticleCommented Unassigned: http_listener CentOS6.5/Ubuntu13/14 some time can't...
I have a http_listener and just print all request body, but some time the body can not be received.Comments: Hi zhj4478, I noticed you're using version 2.1.0 of Casablanca. We've recently released...
View ArticleEdited Issue: Compiling cpprest/http_client.h with g++ -Wall results in tons...
Compiling any code using the SDK with "g++ -Wall" results in more than a hundred warnings. The warnings are harmless: 70 of them are `-Wunknown-pragmas` and 33 more are `-Wreorder`, but it would still...
View ArticleCommented Issue: Exception not thrown on write error with std::ofstream...
Reported by: https://casablanca.codeplex.com/discussions/561562.When using a ```std::ofstream``` as a backing stream through the interop wrappers, write errors (such as disk full) do not cause an...
View ArticleCommented Unassigned: http_listener CentOS6.5/Ubuntu13/14 some time can't...
I have a http_listener and just print all request body, but some time the body can not be received.Comments: Ok, I will try it out.
View ArticleNew Post: Casablanca 2.2.0 on Android with https
Hi Stevetgates, I tried disabling server certificate validation and it worked. I also compiled the library with commit 98c97fc2d6b36ebdf604daa862ed2c2a68dd21e2 ("Incorporating feedback on Android...
View Article