New Post: How to open http_listener (error -> Address...
Hi silent_, Are you running the code in windows or Linux? What version of CppRest SDK are you using? Thanks
View ArticleNew Post: Data Transfer Validation
Hi joeccmou, This discussion escaped my radar :) You will have all the same guarantees that TCP provides, since that is what the HTTP request/response is going over. Take a look at...
View ArticleNew Post: 'recursive_lock_t': is not a member of 'Concurrency::extensibility'
I'm trying to compile the BingRequest project with Visual Studio 14 CTP and I'm getting the following error: error C2039: 'recursive_lock_t': is not a member of 'Concurrency::extensibility' The typedef...
View ArticleNew Post: How to open http_listener (error -> Address...
hi zhelu, version is C++ REST SDK 1.4.0, i run on windows 7 64x, visual studio 2013
View ArticleNew Post: How to open http_listener (error -> Address...
Hi silent_, Without actually running anything my guess is that either some other service is actually already listening on port 80 or you aren't running your program with administrative privileges on...
View ArticleNew Post: How to open http_listener (error -> Address...
hi stevegates, none of service running on port 80, and i have all privileges. I just download your examples from here, latest version "https://casablanca.codeplex.com/SourceControl/latest" and compile...
View ArticleNew Post: Static linking on linux
I've been trying to follow these steps with v2.2.0 and while Casablanca compiles fine, when I try to link my application I get the error:/usr/bin/c++ CMakeFiles/dcodr_service.dir/dcodr_service.cc.o...
View ArticleNew Post: How to open http_listener (error -> Address...
Hi silent_, I think you're getting confused between the functionality of the listener and the client. If you want to fetch a webpage, like in the BingRequest sample, you need to use the client. With...
View ArticleNew Post: New to Casablanck SDKs
Here's a simple one-file example:#include <iostream> #include <cpprest/http_listener.h> using namespace web::http::experimental::listener; using namespace web::http; int main() {...
View ArticleNew Post: How to open http_listener (error -> Address...
hi roschuma, you have definitely right, i'm new in rsdk so many thing seems confused to me. I just realize that i need something like interceptor. My goal is to display in browser that site status is...
View ArticleNew Post: New to Casablanck SDKs
roschuma wrote: Here's a simple one-file example:#include <iostream> #include <cpprest/http_listener.h> using namespace web::http::experimental::listener; using namespace web::http; int...
View ArticleCommented Feature: web::json::value::string overload with additional...
web::json::value::string method has only one parameter - actual string to wrap:```static _ASYNCRTIMP value __cdecl string(utility::string_t value);```Internally, it creates an instance of _String class...
View ArticleClosed Feature: web::json::value::string overload with additional...
web::json::value::string method has only one parameter - actual string to wrap:```static _ASYNCRTIMP value __cdecl string(utility::string_t value);```Internally, it creates an instance of _String class...
View ArticleUpdated Release: C++ Rest SDK 2.3.0
http_clientImplemented server certificate verification on Android, issue 242.websocket_clientPoco is no longer used as test server for WinRT tests, Websocketpp is used in all cases 221.HTTP headers for...
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 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 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 Article