Updated Wiki: Documentation
Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build on WindowsHow to build on LinuxHow to build on Mac OS XHow to build on iOSMake a contribution and report...
View ArticleCreated Issue: https server cert verification on iOS [191]
OpenSSL won’t have access to iOS’ built-in keychain which will cause cert validation issues. It will take more time to determine the most satisfactory path to travel from here, but easiest workaround...
View ArticleEdited Issue: http_client - https server cert verification on iOS [191]
OpenSSL won’t have access to iOS’ built-in keychain which will cause cert validation issues. It will take more time to determine the most satisfactory path to travel from here, but easiest workaround...
View ArticleCommented Unassigned: Windows Phone 8.1 Support [101]
With VS2013 update 2, Casablanca failed to link. The toolset I selected was vc120_wp81, and I tired some modification based on vc110_wp80 but did not success. I'm sure 8.1 support is underway, right...
View ArticleClosed Unassigned: Windows Phone 8.1 Support [101]
With VS2013 update 2, Casablanca failed to link. The toolset I selected was vc120_wp81, and I tired some modification based on vc110_wp80 but did not success. I'm sure 8.1 support is underway, right ?
View ArticleCommented Unassigned: A dependent dll was not found [104]
Hi,I am using VS2013 for windows store app and want to use C++ Rest SDK. I install this as NuGet package. After using and running it, visual studio give me an exception regarding "A dependent dll was...
View ArticleClosed Unassigned: A dependent dll was not found [104]
Hi,I am using VS2013 for windows store app and want to use C++ Rest SDK. I install this as NuGet package. After using and running it, visual studio give me an exception regarding "A dependent dll was...
View ArticleCommented Issue: Proxy Use Cuts Response Body [87]
We were implementing the use of a proxy in making simple get requests (code below), and we noticed that when we receive the response from this call, the body is an empty string. This does not...
View ArticleClosed Issue: Proxy Use Cuts Response Body [87]
We were implementing the use of a proxy in making simple get requests (code below), and we noticed that when we receive the response from this call, the body is an empty string. This does not...
View ArticleCreated Release: C++ REST SDK 2.1 (Jun 12, 2014)
Here is a summary of the changes included in this release:Websockets Beta on non-Windows store platforms:We now have initial beta implementation of websockets on all platforms: Linux, OS X, iOS,...
View ArticleClosed Issue: UNREFERENCED_PARAMETER macro can conflict with user code [175]
See discussion:https://casablanca.codeplex.com/discussions/546004We don't even actually need that macro, instead we could just use "varname;"
View ArticleCommented Issue: http_listener - Bad uri format : exception handling [113]
Handle internal (casablanca) exception in blackjack server sample is not possible.If, I hit this url : [http://localhost:34568/blackjack/dealer?a=|](http://localhost:34568/blackjack/dealer?a=|), the...
View ArticleClosed Issue: http_listener - Bad uri format : exception handling [113]
Handle internal (casablanca) exception in blackjack server sample is not possible.If, I hit this url : [http://localhost:34568/blackjack/dealer?a=|](http://localhost:34568/blackjack/dealer?a=|), the...
View ArticleCommented Issue: Mismatched new/delete in streams.h [112]
The memory buffers in Release/include/cpprest/streams.h deallocate with delete instead of delete[]. The result (at least on Linux) is memory corruption.Here's the fix patch:diff --git...
View ArticleClosed Issue: Mismatched new/delete in streams.h [112]
The memory buffers in Release/include/cpprest/streams.h deallocate with delete instead of delete[]. The result (at least on Linux) is memory corruption.Here's the fix patch:diff --git...
View ArticleReleased: C++ REST SDK 2.1 (Jun 12, 2014)
Here is a summary of the changes included in this release:Websockets Beta on non-Windows store platforms: We now have initial beta implementation of websockets on all platforms: Linux, OS X, iOS,...
View ArticleUpdated Release: C++ REST SDK 2.1 (Jun 12, 2014)
Here is a summary of the changes included in this release:Websockets Beta on non-Windows store platforms:We now have initial beta implementation of websockets on all platforms: Linux, OS X, iOS,...
View ArticleNew Post: 2.1 Release is Live!
Our new release versioned 2.1 is live in the master branch and on the NuGet gallery. Highlights of this release includes Websockets for all platforms, Windows Phone 8.1 support and many other...
View ArticleNew Post: Adding the Two Numbers Using C++ REST SDK
Probably you are missing #include "stdafx.h" line at the top of the program. It's needed for Visual Studio C++. It's not to be used with Linux. I've edited your program to make it a bit simpler. The...
View ArticleNew Post: Simple Listener Program Faulting on Linux
I'm blocked on this issue. Same issue with the new 2.1 version. Always works on Windows and never works on Ubuntu 14.04 or RHEL 7. This appears to be a bug. Maybe it's one of the previously reported...
View Article