New Post: http_listener multiple routes
But what do you do when you do not know in advance how many end points to listen against Where you are reading from a database the addresses - how do you set up multiple listeners. The above code works...
View ArticleNew Post: Memory Assertion when linking against Casablanca
Hi there, I'm just starting exploring this library and it's really great! I wrote some simple testing code posting HTTP POST request and it works perfectly in my testing application. However, when I'm...
View ArticleNew Post: Memory Assertion when linking against Casablanca
I've looked at the other threads and it seems that there no other way than to build a static library from source code... So I've followed this blog post:...
View ArticleNew Post: Creating a static library for Casablanca C++ rest SDK 2.3
@SoosAntal, I faced exactly same issue and totally agree with you... I have to include all the following libs on a user-project side to make it finally link statically... I wonder why you have to...
View ArticleNew Post: Creating a static library for Casablanca C++ rest SDK 2.3
You are right, I also included the "winhttp.lib" in the code as #pragna: #pragma comment(lib, "winhttp.lib")
View ArticleNew Post: [E!] Watch The Royals Season 1 Episode 2 Online Free
S1E2!! Watch The Royals Season 1 Episode 2 Online and Free. Hello tv fans, we present you to watch archer season 1 episode 2 online with live stream link on your pc/laptops, android, mobiles, iphone,...
View ArticleNew Post: iOS build: problem with fix_ios_cmake_compiler.patch
Hi, I'm trying to build casablanca for iOS. I did the OSX build and then followed the Steps for the iOS Build on Link. I have a problem with the step "Preparing the Casablanca build" more precisly with...
View ArticleNew Post: no callable ‘begin’
I was using the 1.4 version of the library, and tried to update to 2.4 Unfortunately, I got the above error when attempting to use a new style for loop; Given the following definition web::json::value...
View ArticleNew Post: Memory Assertion when linking against Casablanca
Hi olegshirokikh, Yes there have been changes since that blob post written by someone almost a year ago. We are always making improvements and fixing bugs. Yes the WinHTTP Windows crypto libraries...
View ArticleNew Post: http_listener multiple routes
Hi paulsc, Yes we don't have any ability with the library to add URIs for listening to an http_listener after it is constructed. However there isn't any reason why you can't dynamically construct an...
View ArticleNew Post: no callable ‘begin’
Hi wieser_software, In our 2.0 release we made a breaking change to the JSON portions of the library. We changed how iteration over json arrays and objects is performed. No longer is an iterator of...
View ArticleSource code checked in, #fc5af65367235b64649890fa76e97a1a003715ca
Fixing up a character encoding issue with fix_ios_cmake_compiler.patch.
View ArticleNew Post: iOS build: problem with fix_ios_cmake_compiler.patch
Hi sgratwohl, Something got messed up on the character encoding on that patch file. I'm recreated it and submitted a fix. I've tested it on 2 different OS X machines. The change has been ported to the...
View ArticleNew Post: How to set the Http_client the management certificate in the...
In C#, when to connect to the azure service. the credentials in the class ComputeManagementClient(SubscriptionCloudCredentials credentials) has been filled with (subscriptionId, new...
View ArticleCreated Release: C++ REST SDK 2.6.0
miscellaneous Updated some code documentation comments to improve reference documentation.
View ArticleCreated Issue: http_client outside tests fail if redirection occurs (debian...
Split out from the following issue:https://casablanca.codeplex.com/workitem/354/editBasically the problem is some of our http_client tests (the outside tests) rely on an external server. However it is...
View ArticleEdited Issue: Casablanca testsuite failures [354]
Following the build log on debian unstable and ubuntu utopic amd64(I was packaging it for debian)casablanca/Release/tests/functional/http/client/building_request_tests.cpp:251: error: Failure in...
View ArticleCommented Issue: Casablanca testsuite failures [354]
Following the build log on debian unstable and ubuntu utopic amd64(I was packaging it for debian)casablanca/Release/tests/functional/http/client/building_request_tests.cpp:251: error: Failure in...
View ArticleEdited Issue: locale test failures because fr-FR is not found [354]
Following the build log on debian unstable and ubuntu utopic amd64(I was packaging it for debian)casablanca/Release/tests/functional/http/client/building_request_tests.cpp:251: error: Failure in...
View ArticleCommented Unassigned: Memory leak in fileio_win32.cpp _putn_fsb() [353]
fileio_win32.cpp 851```std::shared_ptr<uint8_t> buf(new uint8_t[msl::safeint3::SafeInt<size_t>(count*char_size)]);```shared_ptr will delete only first array element.For fix check...
View Article