Created Unassigned: Allow for session management [111]
There currently is no way to determine if a request came from a new connection or an existing persistent connection. Please allow a way to know when a session is open, and a way for the user to know if...
View ArticleEdited Feature: http_listener - Allow for session management [111]
There currently is no way to determine if a request came from a new connection or an existing persistent connection. Please allow a way to know when a session is open, and a way for the user to know if...
View ArticleCommented Feature: http_listener - Allow for session management [111]
There currently is no way to determine if a request came from a new connection or an existing persistent connection. Please allow a way to know when a session is open, and a way for the user to know if...
View ArticleNew Post: REST SDK for RHEL - gcc 4.4.7 ?
Hi, I'm trying to compile this on RHEL 6.5 and gcc version is 4.4.7. It seems SDK compiled in higher version of gcc (4.8), is it compatible with 4.4.7 as well ? Regards Palani
View ArticleNew Post: REST SDK for RHEL - gcc 4.4.7 ?
You need g++ 4.8 or newer. Previous versions of g++ don't support C++ 11. SDK works great on Ubuntu 12.04 or later. Seems like no one has succeeded in getting CentOS 6.5 or RHEL 6.5 to run the SDK. I...
View ArticleNew Post: REST SDK for RHEL - gcc 4.4.7 ?
Thanks a lot, Keep me update on attempt in RHEL 7.
View ArticleCommented Issue: live_client throw exception from listener [109]
There was an exception from the listener, resulting in " This page can’t be displayed" error in the browser after successful login. Sometimes this exception bubbles up to the client and kills the...
View ArticleNew Post: REST SDK for RHEL - gcc 4.4.7 ?
Will do. I hope to reach some conclusion about a RHEL 7 port within two weeks.
View ArticleNew Post: Bad uri format : exception handling
Hi, I'm trying to handle exception in my project which is derived of blackjack server sample. If, I hit this url : http://localhost:34568/blackjack/dealer?a=|, the server crash. How can I handle this...
View ArticleNew Post: Building on CentOS with gcc4.8.1 problem
I am getting errors like this: Scanning dependencies of target casablanca [ 1%] Building CXX object src/CMakeFiles/casablanca.dir/streams/linux/fileio_linux.cpp.o /tmp/ccoWLl81.s: Assembler messages:...
View ArticleNew Post: Bad uri format : exception handling
Hi Laurent, This clearly sounds like a bug, what platform are you running on Windows, Linux? Our Linux server isn't as hardened yet for some issues like this, which is why it's still under the...
View ArticleEdited Issue: json::value is copyable but json::object is not [107]
We should at least be consistent. Beware of implicit deep copies:```auto data = object["data"]; // oops, I just copied 10 MB, should have said 'auto& data'```
View ArticleNew Post: RHEL 7 Success
I've been able to compile C++ Rest SDK 2.01 on RHEL 7 RC running on VirtualBox 4.3.10. run_tests.sh reports that all tests successfully completed. This is surprising as, to-date, no one seems to have...
View ArticleNew Post: RHEL 7 Success
I was never able to install VirtualBox Guest Additions on RHEL 7 due to an incompatibility. Guest Additions is very useful for additional VirtualBox features such as sharing the host drive (Windows...
View ArticleNew Post: RHEL 7 Success
Thanks for posting this! It's great to see that you got it working on RHEL; this should definitely help others get it working as well. Thanks, roschuma
View ArticleNew Post: REST SDK for RHEL - gcc 4.4.7 ?
I've started a new thread called "RHEL 7 Success". It explains how to get the C++ Rest SDK running on RHEL 7. Not at all difficult, probably easier than Ubuntu as most requisite software comes pre-loaded.
View ArticleNew Post: RHEL 7 Success
Some RHEL dev notes: I haven't figured out how to ftp from Windows into RHEL 7. I CAN ftp on RHEL to itself without problem. Also, without VirtualBox Guest Additions working, I haven't figured out how...
View ArticleNew Post: client side ssl certificate validate on mac os x
Hi All. When creating a http client using https on mac os x it cannot validate the server certificate (or I am doing someting wrong) Anyone got around this issue without turning off ssl validation via...
View ArticleNew Post: pplx task in linux
Hi, Is it possible to use Casablanca implementation of pplx::task without actually installing casablanca on user's computers? Is this even permitted by the license? The problem is that the stl async is...
View Article