New Post: ignore certificate errors with HTTPS?
Just to let everyone know this feature has been added with the 1.2.0 release of Casablanca. In the http_client_config there is an option to turn off certificate validation (set_validate_certificates),...
View ArticleCommented Feature: Flag to Ignore Certificate Errors [42]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleClosed Feature: Flag to Ignore Certificate Errors [42]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleCommented Issue: SDK 1.1.0 does not work with VS2013 [49]
I tried the 1.1.0 version of the SDK with Visual Studio 2013 Preview and it does not work because of the way the PPL library is used.I get the following error when I write the code below:> error...
View ArticleClosed Issue: SDK 1.1.0 does not work with VS2013 [49]
I tried the 1.1.0 version of the SDK with Visual Studio 2013 Preview and it does not work because of the way the PPL library is used.I get the following error when I write the code below:> error...
View ArticleCommented Unassigned: error in calling rest api [46]
Hello,please find the code attached below.the following is compiled successfully but while running it's giving an error :terminate called after throwing an instance of 'web::json::json_exception'...
View ArticleClosed Unassigned: error in calling rest api [46]
Hello,please find the code attached below.the following is compiled successfully but while running it's giving an error :terminate called after throwing an instance of 'web::json::json_exception'...
View ArticleCommented Issue: Crash in concurrency::streams [37]
Hello,We're working on an application that can download files. We began seeing a problem with Casablanca 1.0 (also in 1.1). We originally developed against 0.6.21. It crashes in streams.h here:```//...
View ArticleClosed Issue: Crash in concurrency::streams [37]
Hello,We're working on an application that can download files. We began seeing a problem with Casablanca 1.0 (also in 1.1). We originally developed against 0.6.21. It crashes in streams.h here:```//...
View ArticleCreated Unassigned: bytes read from response body stream is less than...
Hi Casablanca,I am trying to read body stream from a http_response, occasionally I read out less data than reported by "content length". Here is my code: size_t contentLen =...
View ArticleNew Post: How to build a statically linked ( static CRT ) SDK
I have a need to link my app to a static CRT The distributed SDK only supports DLL usage. Is there documentation on how I can build my own static lib? I am using Visual Studio Express 2013 Preview on...
View ArticleCommented Feature: Additional platform support: Windows XP [25]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below.Note: We cannot guarantee that this feature will...
View ArticleCommented Feature: Additional platform support: Windows XP [25]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below.Note: We cannot guarantee that this feature will...
View ArticleUpdated Wiki: Home
Cast your voteClick here to see the list of proposed features and to cast your vote to help prioritize features for upcoming versions of the C++ REST SDK.If you wish to give more feedback or want to...
View ArticleCommented Unassigned: bytes read from response body stream is less than...
Hi Casablanca,I am trying to read body stream from a http_response, occasionally I read out less data than reported by "content length". Here is my code: size_t contentLen =...
View ArticleNew Post: C++ REST SDK 1.2.0 Release
Are there plans to update the NuGet version to 1.2? If so, do you have an estimate of the timeframe?
View ArticleNew Post: C++ REST SDK 1.2.0 Release
Yes, that's just something we overlooked! Thanks for the reminder!
View ArticleNew Post: How to build a statically linked ( static CRT ) SDK
Hi pmush, Currently we don't support static linking with the C++ REST SDK. It is on our backlog of potential features to consider. You can try building a static version your self, take a under the...
View ArticleUpdated Wiki: Home
Cast your voteClick here to see the list of proposed features and to cast your vote to help prioritize features for upcoming versions of the C++ REST SDK.If you wish to give more feedback or want to...
View Article