Updated 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 ArticleUpdated Wiki: How to create C++ REST SDK Nuget Package
Creating CppREST SDK NuGet Package Instruction The following instructions include two parts: preparing binaries and creating NuGet package.The preparing binaries steps are requires, you must follow...
View ArticleUpdated Wiki: How to create C++ REST SDK Nuget Package
Creating CppREST SDK NuGet Package Instruction The following instructions include two parts: preparing binaries and creating NuGet package.The preparing binaries steps are requires, you must follow...
View ArticleUpdated Wiki: How to create C++ REST SDK Nuget Package
Creating CppREST SDK NuGet Package Instruction The following instructions include two parts: preparing binaries and creating NuGet package.The preparing binaries steps are requires, you must follow...
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 ArticleCreated Unassigned: Upload fails for files with size > 4 GB [272]
I narrowed this down to a bug in Casablanca in the functionsize_t _read_file_async(_In_ streams::details::_file_info_impl *fInfo, _In_ streams::details::_filestream_callback *callback, _Out_writes_...
View ArticleCommented Issue: v2.2 NuGet package's v120_xp toolset support broken [262]
I'm using VS2013 under 64-bit Windows 7. I installed the current v2.2 CPPREST NuGet package into a new project that uses the v120_xp platform toolset, and the debug .EXE file built from the project...
View ArticleNew Post: New to Casablanck SDKs
Rosch, please ignore my previous message. I got the error corrected. Since I am new to VS 2012 and 2013, I didn't know that for every project there is option of updating the SDK. But still I will be...
View ArticleNew Post: Build errors
Hello, I have a problem when I try to build casablanca. My compiler is g++ 4.8 and the OS is Ubuntu 12.04. Any ideas ? Thanks $ git clone https://git01.codeplex.com/casablanca $ cd casablanca/Release $...
View ArticleNew Post: Sending POST and PUT request from a webpage
Can someone show me a sample code through which I can Post a value from a webpage to a listener server? I am using this code for send and post operation#include "stdafx.h" #include <iostream>...
View ArticleNew Post: http_request class and API methods
Hi, When using API methods, one usually use a http_request with one of the API methods such as GET, POST etc. I would like to know why the lines below works and what happens when no method name is...
View ArticleNew Post: how to https Certification
Hi ZarakiKen, The C++ Rest SDK doesn't have any high level API support for setting up and handling certificates. We do have functionality for dropping down to the API we built on top of, using the...
View ArticleCommented Issue: v2.2 NuGet package's v120_xp toolset support broken [262]
I'm using VS2013 under 64-bit Windows 7. I installed the current v2.2 CPPREST NuGet package into a new project that uses the v120_xp platform toolset, and the debug .EXE file built from the project...
View ArticleNew Post: New to Casablanck SDKs
Just change GET in the above snippet to POST. The API for http_listener can be found here. Specifically, look at the "support" function.
View ArticleNew Post: Build errors
Hi jmcaricand, In the recent versions of Casablanca, we've upgraded our minimum requirements to Ubuntu 14.04 and Boost 1.54. Could you please try using those to build Casablanca and see if you get the...
View ArticleCreated Unassigned: Fix docs for http_request constructor [273]
From discussion: https://casablanca.codeplex.com/discussions/567445#post1304756 When using API methods, one usually use a http_request with one of the API methods such as GET, POST etc. I would like to...
View ArticleNew Post: http_request class and API methods
Hi RezRaz, Good catch on the documentation. Looking at the code, I suspect the default doesn't have a method set and you'll need to set it through some other means. The documentation needs to be...
View ArticleCreated Feature: HTTPS support for non-Windows http_listener [274]
Please vote if this scenario is import for you: We currently have support for HTTPS with the ```http_listener``` on Windows desktop, however we do not have it for Linux, OSX, etc.
View ArticleClosed Feature: HTTPS support for http_listener [50]
Please vote if this scenario is import for you:I would like to see a secure implementation for the http_listener via SSL. Currently https is not supported, but this would be a nice feature.Comments:...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.Removed unnecessary Content-Length zero header included on requests with no body on non-Windows.websocket_clientPoco is no...
View Article