New Post: 2.0.0 Release is Live!
Hi eskech! I'd like to follow up with any issues you're having on OS X. I've copied your message into an issue so we can discuss further. -- Automatic message -- This discussion has been copied to a...
View ArticleEdited Unassigned: Test failures on OS X [99]
-- From https://casablanca.codeplex.com/discussions/539673 by user eskech --I see tests fail on master branch on mac os x.using Xcode from apple app store:clang++ --versionApple LLVM version 5.1...
View ArticleCommented Unassigned: Test failures on OS X [99]
-- From https://casablanca.codeplex.com/discussions/539673 by user eskech --I see tests fail on master branch on mac os x.using Xcode from apple app store:clang++ --versionApple LLVM version 5.1...
View ArticleNew Post: Problem web::json::value cbegin()
Hi lolwut, Yes eskech is correct, these are made in our 2.0.0 release. If you take a look at the release notes under Json this is called out as a breaking change to how iteration is done over json...
View ArticleNew Post: Problem web::json::value cbegin()
Hi, Thank you for your answer. Work perfectly ^^ Have a good day
View ArticleNew Post: Query string value with %20
Hi This is a bug in our http_listener. Looks like the uri in http_request has been encoded twice by our implementation. We will fix this for our next release. Meanwhile, one workaround that you can try...
View ArticleNew Post: 2.0.0 Release is Live!
Hey, I'm building a Windows Store app. I see C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\CppRESTWindowsSDK has v1.0, but not v2.0. Where can I find v2.0 of the "C++ REST Extension...
View ArticleNew Post: 2.0.0 Release is Live!
Hi Jason, Yes starting with our 2.0.0 release we only include a NuGet package. You could build Casablanca yourself and setup the includes/libs/dlls, but you should instead use our NuGet package. Take a...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help...
View ArticleUpdated Wiki: Steve Test Page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta...
View ArticleNew Post: Error: setup and build on Linux
Hi roschuma! I'm back. I'm still puzzled about the usage of casablanca. I aim at creating a server with sources which will be accessed. What I most want to know is how to abstract out something into a...
View ArticleNew Post: HTTPS support
Hi, Is HTTPS already supported in latest version? If not, any plans? :) Thanks, Nikhil.
View ArticleNew Post: CPPREST SDK integration into MFC Application built using VS 2010
I have MFC application built using VS 2010 SP1 that produces some analytics and shows it to the user I would like to integrate CPP REST library into this project and turn this into service and return...
View ArticleNew Post: HTTPS support
Hi Nikhil, You will have to be more specific :). We already have HTTPS support for our client for all platforms. For our http server (http_listener) HTTPS currently isn't enabled. We realize this...
View ArticleNew Post: CPPREST SDK integration into MFC Application built using VS 2010
Hi We had support for VS2010 until our 1.2 release. Now, we support only two versions of Visual Studio (VS2012 and VS2013). REST SDK can be integrated to any MFC application, however we don't provide...
View Article