New Post: Windows 8 Error in WinHttpSendRequest
Hi Zhong, I'm really unsure as to how to attempt to solve the problem here. As our implementation we are using WinHttp and don't do anything different on Windows 7 and Windows 8. We also don't mess...
View ArticleNew Post: Windows 8 Error in WinHttpSendRequest
it is consistent for windows 8 since mid of august. seems like microsoft released some kind of patch at that time. try to connect to https://api-qa.kaiserpermanente.org/interchange/v1.0/token, you...
View ArticleNew Post: Windows 8 Error in WinHttpSendRequest
RC4 has been disabled in .NET applications due to a security vulnerability.https://technet.microsoft.com/en-us/library/security/2960358.aspx The best option would be to update your TLS to version 1.1...
View ArticleUpdated Wiki: Use on Android
How to use the C++ REST SDK on Android (2.3+) The C++ REST SDK prefers static linking for Android since version 2.3. This makes it much simpler for both Native Activities and Java-based Activities...
View ArticleUpdated Wiki: Use on Android
How to use the C++ REST SDK on Android (2.3+) The C++ REST SDK prefers static linking for Android since version 2.3. This makes it much simpler for both Native Activities and Java-based Activities...
View ArticleNew Post: How to Cancel and Restart A Task
I search something on server by the following code where g_token is an object of pplx::cancellation_token_source. request.set_request_uri(build_uri.to_uri()); http_resp = client.request(request,...
View ArticleNew Post: How to Cancel and Restart A Task
Hi joeccmou, Both a task and a cancellation_token/cancellation_token_source are single use objects, as in they can't be reset back to a beginning or not canceled state. You will have to recreate a new...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
Please note this will be the last release that we include binaries for Visual Studio 2012 in our NuGet package.http_clientImplemented server certificate verification on Android. #242Added usage of...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
Please note this will be the last release that we include binaries for Visual Studio 2012 in our NuGet package.http_clientImplemented server certificate verification on Android. #242Added usage of...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
Please note this will be the last release that we include binaries for Visual Studio 2012 in our NuGet package.http_clientImplemented server certificate verification on Android. #242Added usage of...
View ArticleUpdated Wiki: Setup and Build on Android 2.2
How to build and setup for Android on Linux (2.2) First, follow all the instructions on Setup and Build on Linux. While some steps could be skipped if you only want to build for Android, it is useful...
View ArticleUpdated Wiki: Use on Android
How to use the C++ REST SDK on Android (2.3+) The easiest way to use the C++ REST SDK on android is to add the "C++ REST SDK - Android" NuGet package available via Visual Studio 2015 (including the...
View ArticleUpdated Wiki: Setup and Build on Android
How to build and setup for Android on Linux (2.3+)Note: if you are on Windows, we now have a NuGet package! Go straight to Use on Android to get started.First, follow all the instructions on Setup and...
View ArticleUpdated Wiki: Setup and Build on Android
How to build and setup for Android on Linux (2.3+)Note: if you are on Windows, we now have a NuGet package! Go straight to Use on Android to get started.First, follow all the instructions on Setup and...
View ArticleUpdated Wiki: Use on Android
How to use the C++ REST SDK on Android (2.3+) The easiest way to use the C++ REST SDK on android is to add the "C++ REST SDK - Android" NuGet package available via Visual Studio 2015 (including the...
View ArticleUpdated Wiki: Setup and Build on Android
How to build and setup for Android on Linux (2.3+)Note: if you are on Windows, we now have a NuGet package! Go straight to Use on Android to get started.First, follow all the instructions on Setup and...
View ArticleUpdated Wiki: Use on Android
How to use the C++ REST SDK on Android (2.3+) The easiest way to use the C++ REST SDK on android is to add the "C++ REST SDK - Android" NuGet package available via Visual Studio 2015 (including the...
View ArticleUpdated Wiki: Documentation
Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build for WindowsHow to build for LinuxHow to build for Mac OS XHow to build for iOSHow to build for AndroidMake a...
View ArticleReleased: C++ Rest SDK 2.3.0 (Nov 21, 2014)
Please note this will be the last release that we include binaries for Visual Studio 2012 in our NuGet package.http_clientImplemented server certificate verification on Android. #242Added usage of...
View ArticleUpdated Release: C++ Rest SDK 2.3.0 (Nov 21, 2014)
Please note this will be the last release that we include binaries for Visual Studio 2012 in our NuGet package.http_clientImplemented server certificate verification on Android. #242Added usage of...
View Article