Updated 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.Added usage of Boost...
View ArticleCommented Issue: http_client - Linux: handshake_fail hangs sometimes [139]
Approximately 1/1000 times hadnshake_fail hangs on Linux.I know almost exactly what the problem is: the server is expecting double new line or unallowed char (0-32) or (128-255), while the client is...
View ArticleClosed Issue: http_client - Linux: handshake_fail hangs sometimes [139]
Approximately 1/1000 times hadnshake_fail hangs on Linux.I know almost exactly what the problem is: the server is expecting double new line or unallowed char (0-32) or (128-255), while the client is...
View ArticleNew Post: Casablanca 2.2.0 on Android with https
Hi bengalister, Can you please try with the latest code in the 'development' branch? If it still reproduces then I'll need you to share the code reproducing. We aren't aware of any issue here. Thanks,...
View ArticleNew Post: Build errors
Hello, Yes, I can build casablanca with Ubuntu 14.04. I downloaded boost 1.56 and I tried to build on Ubuntu 12.04. Is there a problem with your cmake configuration ? I cannot change boost directories....
View ArticleNew Post: New to Casablanck SDKs
Yes I am able to do that.listener.support(methods::POST,[](http_request req) { //auto posted = p->FromJSON(req.extract_json().get()); std::cout << "Serving POST" << std::endl;...
View ArticleNew Post: can t run a local httplistener on azure casablanca
Hello, I have created an azure Casablanca application on visual 2010. And I connect to the localhost through the port 8080 to test it by writing "Hello world". The problem is that I have thisStarting...
View ArticleNew Post: libuv integration
Hi, Is there any chance of being able to use the http_client code with the libuv event loop instead of boost asio? For example, you can do this with lib curl:...
View ArticleNew Post: New to Casablanck SDKs
The easiest way is probably a <form> html tag.http://www.w3schools.com/tags/tag_form.asp However, this is getting outside Casablanca and more into web design -- there are many resources online...
View ArticleNew Post: Build errors
You could try setting BOOST_ROOT to that directory as a cmake option.http://stackoverflow.com/questions/3016448/how-can-i-get-cmake-to-find-my-boost-installation However, I'd like to mention that we no...
View ArticleNew Post: can t run a local httplistener on azure casablanca
Hi Smarzuki, We no longer support Visual Studio 2010 -- please make sure you're using the latest version of Casablanca (2.2.0 as of this post). You will need either Visual Studio 2012 or Visual Studio...
View ArticleNew Post: libuv integration
Hi Wynn, It's an interesting idea. I see two main issues though:Casablanca is built with true multi-threading in mind. Libuv, since it's from the javascript world, is fundamentally (asynchronous)...
View ArticleNew Post: libuv integration
Thanks for the ideas - that's pretty much what I guessed the answer was. This is a great library, coming from a linux/python/c++ world it's almost exactly what I want. But, the tight coupling to boost...
View ArticleNew Post: New to Casablanck SDKs
roschuma wrote: The easiest way is probably a <form> html tag.http://www.w3schools.com/tags/tag_form.asp However, this is getting outside Casablanca and more into web design -- there are many...
View ArticleNew Post: can t run a local httplistener on azure casablanca
Hi Roschuma, I Installed vs 2012 and I have verified that I have the latest version of Azure Casablanca. I open the vs as administrator and here is my code:// // Initialization and Shutdown of...
View ArticleNew Post: steps to create my azure app
hello, I have coded a mathematical c++ solver that take input data in json file , and I want to execute it on cloud within a client application. Is these steps right? 1- create an azure service that...
View ArticleNew Post: CppCon 2014 Talk on using C++ to Connect to Services
If interested you can see my slides and demo applications on Android in the following Github repository:https://github.com/stgates/webservicescppcon2014 Steve
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.Added usage of Boost...
View ArticleCreated Feature: Linux and Android improve thread pool. [275]
Current our thread pool uses 40 threads. There are some opportunities for improvements, especially for platforms like Android.
View ArticleCreated Unassigned: Error in: WinHttpSendRequest (Casablanca) [276]
Can somebody help me resolve this issue which I am getting on invoking REST API====// NutanixCommvaultsample.cpp : Defines the exported functions for the DLL application.//#include "stdafx.h"#include...
View Article