Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Browsing all 4845 articles
Browse latest View live
↧

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 Article


Created 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 Article


New 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 Article

Commented 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 Article

New 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 Article


Commented 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 Article

Closed 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 Article

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 Article


Closed 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 Article


New 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 Article

New 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 Article

New 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 Article

New 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 Article


New 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 Article

Created 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 Article


Commented 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 Article

Commented 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 Article


New 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 Article

New 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 Article

New 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
Browsing all 4845 articles
Browse latest View live