New Post: monitoring page
I did not arrive to make it work, so I have started a simple thing aside: just a listener#include <cpprest/http_listener.h> #include <functional> using namespace...
View ArticleNew Post: field_map is not a member of web::json::Value
I have changed the json::value::field_map answer; to std::vector< std::pair< utility::string_t, json::value > > answer;, but I get the undefined reference to...
View ArticleEdited Issue: websocket_callback_client - close_callback_client_websocket...
This is something going on with websocketpp and I'm not sure if actually in the client or in the test server. The test has been disabled for now.Starting test case...
View ArticleNew Post: field_map is not a member of web::json::Value
Hi opreanstefan, As stated in this thread, the field_map API not longer exists in the library. I can't tell from your mention about an undefined reference. Can you please post the code and the full...
View ArticleNew Post: monitoring page
Hi opreanstefan, You could try using 'localhost' for the hostname component of the listener URI. Can you try debugging your listener application and see if it is actually receiving a request in the...
View ArticleNew Post: Trying to Replicate a Post make from the Chrome REST Console to...
Hi Steve, Thanks much for your reply. Is there any sample code available where I could get a better understanding of the process involved in building a URI query parameter? Gary
View ArticleNew Post: monitoring page
I have tried to use localhost instead of http://x.x.x.x:port, and now it is not crashing anymore., but still "This webpage is not available" and "Error code: ERR_CONNECTION_REFUSED"... If I do debug,...
View ArticleEdited Unassigned: Casablanca server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleCommented Unassigned: Casablanca server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleCommented Issue: [Win32] http_listener crashes upon complicated query string...
When a request for a complicated string such...
View ArticleCommented Unassigned: Casablanca server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleClosed Unassigned: Casablanca server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleReopened Unassigned: Casablanca server memory leak [348]
Hi,I am using casablanca from NUGet (<package id="cpprestsdk" version="2.4.0.1" targetFramework="Native" />). VS2013. I have a cpu and memory leak on practical empty project (few hours testing)...
View ArticleNew Post: Trying to Replicate a Post make from the Chrome REST Console to...
Hi Gary, In general I'd recommend learning about the different URI components if you aren't familiar with them. Otherwise I think it is pretty straightforward. For examples the BingRequest sample...
View ArticleCreated Unassigned: Can the pplx library be used for cross platform...
It looks like a cross platform version of agents.h is not included....
View ArticleCommented Unassigned: Can the pplx library be used for cross platform...
It looks like a cross platform version of agents.h is not included....Comments: Hi cmaughan, Correct the Asynchronous Agents library isn't included in PPLX. Really PPLX just includes PPL tasks and...
View ArticleNew Post: Trying to Replicate a Post make from the Chrome REST Console to...
Hi Steve, Thanks again for the useful information. Here is my latest code:http_client client(U("https://api.prosper.com")); http_request req(methods::POST);...
View ArticleNew Post: Creating a static library for Casablanca C++ rest SDK 2.3
I was successful with static linking when used the following steps: C++REST For Release .lib:Configuration Properties -> General -> Target Extension : .lib (from .dll)Configuration Properties...
View ArticleNew Post: Trying to Replicate a Post make from the Chrome REST Console to...
Hi Gary, I didn't look over the Prosper API so I would double check there. Are you not getting any more information in the HTTP response body about what the actual problem is? Other options you can try...
View ArticleNew Post: Trying to Replicate a Post make from the Chrome REST Console to...
Hey Steve, I didn't look over the Prosper API so I would double check there. Unfortunately, the documentation for the Investing portion of the API consists of only one...
View Article