Commented Unassigned: Storing JSON [75]
Hi,How can i store received JSON values/JSON object using casablanca . Are there availible functions such as vector or map designed in casablanca specially for storing JSON value/JSON object ?Comments:...
View ArticleCreated Unassigned: provided uri is invalid [76]
Creating a web::http::uri instance with the following URL generates an expection:auto u = web::http::uri(U("http://192.168.209.132:8774/v2/069360a57bd44ba490dce68c667fcae5"));Exception: provided uri is...
View ArticleNew Post: Compiling on OSX 10.9
Hi listboss, On Linux and OS X Casablanca only supports build at the root level, which should also include the samples. If the root-level build doesn't produce samples for you, let us know and we'll...
View ArticleCommented Unassigned: provided uri is invalid [76]
Creating a web::http::uri instance with the following URL generates an expection:auto u = web::http::uri(U("http://192.168.209.132:8774/v2/069360a57bd44ba490dce68c667fcae5"));Exception: provided uri is...
View ArticleNew Post: Empty response using https on Windows
I have a simple piece of test code that looks like this: http_client client(L"https://syntagmweb/cgi-bin/sc-validate.pl"); // Make the request and asynchronously process the response. return...
View ArticleCommented Unassigned: provided uri is invalid [76]
Creating a web::http::uri instance with the following URL generates an expection:auto u = web::http::uri(U("http://192.168.209.132:8774/v2/069360a57bd44ba490dce68c667fcae5"));Exception: provided uri is...
View ArticleClosed Unassigned: provided uri is invalid [76]
Creating a web::http::uri instance with the following URL generates an expection:auto u = web::http::uri(U("http://192.168.209.132:8774/v2/069360a57bd44ba490dce68c667fcae5"));Exception: provided uri is...
View ArticleCommented Unassigned: Storing JSON [75]
Hi,How can i store received JSON values/JSON object using casablanca . Are there availible functions such as vector or map designed in casablanca specially for storing JSON value/JSON object ?Comments:...
View ArticleClosed Unassigned: Storing JSON [75]
Hi,How can i store received JSON values/JSON object using casablanca . Are there availible functions such as vector or map designed in casablanca specially for storing JSON value/JSON object ?Comments:...
View ArticleNew Post: Runtime problem with uri_builder
Hi whudson_syntagm, Casablanca works fine like you mention when using dynamic linking with MFC. However when you statically link to MFC and dynamically link to Casablanca (the second scenario you...
View ArticleNew Post: Runtime problem with uri_builder
Thanks, Steve. It isn’t as big a problem for me now as it used to be. In earlier versions of my app, I distributed just the .exe so not having additional libraries to install was important. However,...
View ArticleNew Post: Empty response using https on Windows
I have investigated this further using Wireshark. For the http URI the request and response are exactly as expected. With hppts, no request is being sent on the wire even though I am gettin a response...
View ArticleNew Post: Empty response using https on Windows
I have changed over to WinHttp and it works fine using the INTERNET_DEFAULT_HTTPS_PORT option to WinHttpConnect. So what is the problem with trying to do this with C++ REST? I am using V1.4 with the...
View ArticleNew Post: Runtime problem with uri_builder
Hi William, For Casablanca you will just need to add the correct dll for whatever version (VS 2012, or VS 2013), platform (phone, desktop, store, xp), and configuration (debug, release) you are using....
View ArticleCreated Unassigned: http_listener: Basic Authentication Issue -> Known...
There looks to be a bug with the HttpServerAPIKnownHeaders array in the http_windows_server.cpp file (Casablanca v1.4).I discovered this while trying out the http_listener with basic authentication. I...
View ArticleCommented Unassigned: http_listener: Basic Authentication Issue -> Known...
There looks to be a bug with the HttpServerAPIKnownHeaders array in the http_windows_server.cpp file (Casablanca v1.4).I discovered this while trying out the http_listener with basic authentication. I...
View ArticleCommented Feature: Additional platform support: MacOS [35]
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 will...
View ArticleNew Post: Moving from MSIs to NuGet Package
Hi, In an effort for us to be more efficient with our releases, and spend more time implementing features :), we are thinking about not producing MSIs in future releases and only release binaries with...
View ArticleNew Post: pplx Exception
I have some problem with below message. This message appeared when i tried to send many request about 300 times. ~_ExceptionHolder() { if (_M_exceptionObserved == 0) { // If you are trapped here, it...
View ArticleNew Post: Using Casablanca Listeners for Web Application
Hello Everyone, I am not quite sure of the progress of this project, but I would like to know if it feasible to use this library as a foundation project for a web library where I can build provide...
View Article