New Post: Windows: v2.1 Breaks http_request Queuing
Steve, I've found the issue and a workaround. The following fragment of code uses a very common coding pattern. I'm using Concurrency namespace here. web::http::http_request request; while...
View ArticleNew Post: Failed to use C++ Rest SDK and Microsoft unit test at the same time
I have a MFC project which uses C++ Rest SDK (Casablanca) under Visual Studio 2012 to implement an http client connection and it can be compiled well. Then I add a Microsoft unit test project, but I...
View ArticleNew Post: HTTP API Help
Hi Steve, Forgive me--I'm new at this. Basically what I need to do is use my C++ code to control functions on a video editing software I'm using, which is done through HTTP requests. The http_client...
View ArticleCreated Unassigned: http_listener requests_tests:uri_encoding fails...
Starting test case requests_tests:uri_encoding...http_exception caughtwhat():Error in: WinHttpSendRequesterror_code msg:The connection with the server was terminated abnormallyThis is failing very...
View ArticleCommented Feature: support statically linked runtime [18]
I think as you know if you are linking against this library and you are not using dynamically linked runtime you might see weird behaviors or even crash (have no idea what's going on since it's not a...
View ArticleClosed Issue: http_listener - requests_tests:uri_encoding fails in nightly...
Reprod with X64 Release on CASA_WB_DEV12_3Starting test case requests_tests:uri_encoding...http_exception caughtwhat():Error in: WinHttpSendRequesterror_code msg:The connection with the server was...
View ArticleCreated Issue: Jenkins GatedCheckin: setup prebuild merge [202]
We have setup Gated commit using Jenkins. Developers must push their changes to the staging branch. The GatedCheckin project will perform validation and push the changes to origin/development.However,...
View ArticleNew Post: HTTP API Help
Hi Matt, The http_client tutorial is actually quite short code wise and basically just walks through setting up the C++ Rest SDK and making a simple HTTP GET request. It sounds like that is what you...
View ArticleCreated Unassigned: http_listener - support appears to call lambda twice per...
Using the following code, my console spits out the text two times per request when I visit localhost in the browser. ```c++#include <iostream>#include <cpprest\http_listener.h>using...
View ArticleEdited Unassigned: http_listener - support appears to call lambda twice per...
# never mind, I was being dense. It was the browser requesting favicon.ico. Too bad I can't close my own issue on Codeplex. :|Using the following code, my console spits out the text two times per...
View ArticleCommented Feature: Support for Clang compiler on Linux [24]
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 ArticleNew Post: Failed to use C++ Rest SDK and Microsoft unit test at the same time
Hi FreyaTsao,The C++ Rest SDK isn’t going to work and doesn’t support being compiled with Common Language Runtime Support /clr. You will have to keep the Rest Sdk portions in native C++.Steve
View ArticleCommented Feature: support statically linked runtime [18]
I think as you know if you are linking against this library and you are not using dynamically linked runtime you might see weird behaviors or even crash (have no idea what's going on since it's not a...
View ArticleUpdated Wiki: Using NuGet to add the C++ REST SDK to a VS project
What is NuGet? From the NuGet website:NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.When you install a package, NuGet...
View ArticleUpdated Wiki: Http Client Tutorial
Http Client Tutorial This tutorial walks through how to setup up a simple Windows desktop application utilizing Casablanca. In particular taking a look at how to use our http_client to connect to a...
View ArticleClosed Unassigned: http_listener - support appears to call lambda twice per...
# never mind, I was being dense. It was the browser requesting favicon.ico. Too bad I can't close my own issue on Codeplex. :|Using the following code, my console spits out the text two times per...
View ArticleCommented Unassigned: http_listener - support appears to call lambda twice...
# never mind, I was being dense. It was the browser requesting favicon.ico. Too bad I can't close my own issue on Codeplex. :|Using the following code, my console spits out the text two times per...
View ArticleCommented Feature: Support for Clang compiler on Linux [24]
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 ArticleCreated Unassigned: https support for http_listener was pulled back [204]
is there a reason https support for http_listener was pulled back inCommitted by Robert Schumacher on May 13, 2014. Commit 3537d1e7728b. Thanks,Ruslan Ovechkin
View ArticleCommented Unassigned: https support for http_listener was pulled back [204]
is there a reason https support for http_listener was pulled back inCommitted by Robert Schumacher on May 13, 2014. Commit 3537d1e7728b. Thanks,Ruslan OvechkinComments: Hi Ruslan, Thank you for...
View Article