Commented Issue: json::value::parse fails with BOM (byte order mark) [384]
Hello,I noticed that if the string to be parsed by json::value::parse starts with the BOM (byte order mark) an web::json::json_exception is thrown. Is the BOM unsupported?Thanks,PedroComments: Hi...
View ArticleCreated Unassigned: VS 2010 BingRequest sample links cpprest110d_1_2.lib [385]
For Debug, should be cpprest100d_1_2.libSee CppRest.props.Other demos probably have the same problem
View ArticleCommented Unassigned: VS 2010 BingRequest sample links cpprest110d_1_2.lib [385]
For Debug, should be cpprest100d_1_2.libSee CppRest.props.Other demos probably have the same problemComments: Hi qodex, We no longer support VS2010 in the library any more. It looks like you are using...
View ArticleCommented Issue: Vesion info in cpprest dll [318]
What's the reason of avoiding version info in cpprest dll? It does make a problem during installation of multiple products depending on the dll. Windows installer needs this info to make a decision to...
View ArticleClosed Issue: Vesion info in cpprest dll [318]
What's the reason of avoiding version info in cpprest dll? It does make a problem during installation of multiple products depending on the dll. Windows installer needs this info to make a decision to...
View ArticleUpdated Release: C++ REST SDK 2.6.0
streamsDeprecated the streambuf::putn API. In some cases with file streams this API makes a copy. To be more efficient and not break existing code a new function putn_nocopy has been created. This...
View ArticleNew Post: connect() to localhost requires network connection?
We developed a POCO based WebSocket (WS) Server and a C++ REST SDK based WS Client. The connection and communications works just fine :[C++ REST SDK WS Client] <-> [POCO WS Server] <->...
View ArticleCommented Issue: json::value::parse fails with BOM (byte order mark) [384]
Hello,I noticed that if the string to be parsed by json::value::parse starts with the BOM (byte order mark) an web::json::json_exception is thrown. Is the BOM unsupported?Thanks,PedroComments: Hi...
View ArticleCreated Unassigned: wrong using swscanf_s [386]
You are using for example:```src\utilities\asyncrt_utils.cpp:SYSTEMTIME sysTime = { 0 }; const wchar_t * formatString = L"%4d-%2d-%2dT%2d:%2d:%2dZ"; auto n = swscanf_s(input.c_str(),...
View ArticleCreated Unassigned: extract_utf16string doesn't return the whole body [387]
```void test_pageGetUTF8(std::wstring url){ http_client client(url); auto query = uri_builder().append_query(L"q", L"test").to_string(); client.request(methods::GET, query) .then([](http_response...
View ArticleCommented Unassigned: extract_utf16string doesn't return the whole body [387]
```void test_pageGetUTF8(std::wstring url){ http_client client(url); auto query = uri_builder().append_query(L"q", L"test").to_string(); client.request(methods::GET, query) .then([](http_response...
View ArticleNew Post: websocket server plans
Are there any plans to implements a websocket_server class? If so, do you have an idea of what release it will be in?
View ArticleNew Post: websocket server plans
Hi amc522,No we don’t have any plans to work on Websockets for the server side.Steve
View ArticleCommented Feature: websocket implementation on 32-bits cannot send messages...
This is primarily because we require the entire message to be buffered before sending. In order to support larger messages on 32-bit platforms, we'll need to have message fragment support...
View ArticleClosed Feature: websocket implementation on 32-bits cannot send messages...
This is primarily because we require the entire message to be buffered before sending. In order to support larger messages on 32-bit platforms, we'll need to have message fragment support first.
View ArticleCommented 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 ArticleEdited Issue: websocket_client - close_callback_client_websocket test...
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: Implementing Web Services
Hi all, I want to implement a JSON Web Service using C++. Is possible to do that with casablanca or is the SDK only suitable for cosuming? Thanks in advance!
View ArticleNew Post: C++ REST SDK and MFC
I've published a very introductory article about using C++ REST SDK in an MFC application. http://codexpert.ro/blog/2015/05/23/using-lambdas-in-mfc-applications-part-3-dealing-with-c-rest-sdk/ Please...
View ArticleNew Post: Custom headers in response
Hi all, I am using the SDK to implement some kind of Web Services for a web application written using AngularJS, everything seems to be working fine but now I foud that I am not able to make requests...
View Article