Commented Issue: Getting an exception when trying to close file stream on...
Please see the below discussion for more details: https://casablanca.codeplex.com/discussions/545242Comments: Fixed in 2.1.0 release.
View ArticleClosed Issue: Getting an exception when trying to close file stream on...
Please see the below discussion for more details: https://casablanca.codeplex.com/discussions/545242
View ArticleEdited Issue: Getting an exception when trying to close file stream on...
Please see the below discussion for more details: https://casablanca.codeplex.com/discussions/545242
View ArticleNew Post: Simple example, of documentation to access http server with basic...
Hi azcar Your code looks perfect. This is exactly how we validate basic authentication in our tests, so I am not sure what is wrong. Do you have access to the server, by any chance is it possible to...
View ArticleReviewed: C++ REST SDK 2.1 (июн 13, 2014)
Rated 5 Stars (out of 5) - Thank you good job!
View ArticleNew Post: Adding the Two Numbers Using C++ REST SDK
Hi Pari, Like BSalita mentions for us to really take a look at something you need to provide more information. Ok so you say you are using Visual Studio 2013, what OS/platform are you running on?...
View ArticleCreated Issue: listener.close().wait() hangs on Linux [192]
The following program is faulting on Linux (Ubuntu 14 and RHEL 7) on listener.close. It faults if one or more requests are processed, not on zero requests. It actually serves up pages just fine, it...
View ArticleNew Post: Simple Listener Program Faulting on Linux
Hi BSalita, I am able to repro the issue. listener.close().wait() hangs once the listener has responded to some requests coming from a browser. Now that we have a repro, we will investigate this...
View ArticleNew Post: How to extract some info from the http_client response via XmlLite?
Hi Petr, I'm really not familiar with this, but if you want to use XmlLite I'd recommend by starting to look at their samples. Also take a look at the documentation for the CreateStreamOnHGlobal...
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 ArticleClosed 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 ArticleCreated Task: Add missing SQM telemetry for oAuth, websockets, and building...
These need to be added into VS so we can collect usage information on Windows platforms.
View ArticleNew Post: Simple Listener Program Faulting on Linux
Oh, thank God. I've spent 4 man-days trying to figure it out. It's such an incredibly simple program that I couldn't imagine I had found a bug. I'm curious what the program does differently when so...
View ArticleUpdated Wiki: Documentation
Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build on WindowsHow to build on LinuxHow to build on Mac OS XHow to build on iOSMake a contribution and report...
View ArticleCreated Issue: ws_client - add to Windows Phone 8.1 [194]
The APIs we build on aren't supported for Phone 8.0, but are in 8.1 so it need to be added.
View ArticleNew Post: Error C2679 in asyncrt_utils.h file while building C++ REST project
Hi UdayJ, The problem is the http_headers::add(...) method works by using the stream operator << on an ostringstream_t (see the function print_string in asyncrt_utils.h at line 151). Which on...
View ArticleNew Post: CPP Rest SDK, Build errors while building my project
Hi Mohamed, I tried the steps you mentioned but our sample applications build just fine with VS2012 + Update 4 (latest). We will need more information on what code snippet you are trying to compile,...
View ArticleNew Post: How to set up the BlackJack sample code on Visual Studio 2013
Hi, Disclaimer: I'm not entirely familiar with C++ (but I have used other programming languages). So bear with me if I might not get some of the C++ specific syntax or structure. I've downloaded the...
View ArticleNew Post: Error C2679 in asyncrt_utils.h file while building C++ REST project
Thanks Steve, Using std::wstring instead of std::string solved my problem.
View ArticleNew Post: Adding the Two Numbers Using C++ REST SDK
Thank You Very Much.. Lot of thanks.. Thanks, Pari
View Article