New Post: Listener stopped working on Azure
Hi Yiannis, FYI, I opened a feature request for Azure deployment/hosting support. Steve
View ArticleNew Post: Cannot set Accept-Encoding
Hello, I have tried setting Accept-Encoding through Casablanca and through the IXMLHttpRequest in the native_handle_options. However, it keeps getting overridden to Accept-Encoding: gzip; deflate Any...
View ArticleUpdated Wiki: Setup and Build on iOS
How to build and setup on iOS Casablanca depends on Boost and OpenSSL when used on iOS. It is a non-trivialtask to cross-compile libraries for iOS, however there are scripts availableonline with...
View ArticleNew Post: Unresolved Reference in Ubuntu Linux
Hi BSalita, Straightforward fix: Put pgm.cpp before all the link flags. Explanation: When you use g++ in the "compile and link" mode, it changes all the .cpp files into .o files and then passes all the...
View ArticleNew Post: Error response in linux listener
Hi Apostolos, We've reproduced the issue you've described and are working on a solution. Thanks for the report; we'll hopefully have more info soon. Thanks, roschuma
View ArticleNew Post: Error response in linux listener
Hi again, You've definitely hit a bug here, so thanks for bringing it to our attention. Turns out http_listener does not specify a Content-Length and does not close the connection when sending a...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project allows C++...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project allows C++...
View ArticleUpdated Wiki: HTTP Client
HTTP Client The HTTP client class is used to maintain a connection to an HTTP service. In Casablanca, we organized the API such that you first create an instance of http_client, which represents a...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project allows C++...
View ArticleUpdated Wiki: Web Socket
WebSocket Client (2.0+ only) The WebSocket client class is used to create and maintain a connection to a WebSocket endpoint.To create a client instance, you use pass in a URI specifying where the...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project allows C++...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help...
View ArticleUpdated Wiki: Setup and Build on Linux
How to setup, build, and run tests on Linux (2.0+) 1. Install Ubuntu 12.04 or later.2. Add the Ubuntu PPA for GCC 4.8: sudo apt-get install python-software-properties sudo add-apt-repository...
View ArticleUpdated Wiki: Web Socket
WebSocket Client (2.0+ only, WinRT only) The WebSocket client class is used to create and maintain a connection to a WebSocket endpoint.To create a client instance, you use pass in a URI specifying...
View ArticleUpdated Wiki: Web Socket
WebSocket Client (2.0+ only, WinRT only) The WebSocket client class is used to create and maintain a connection to a WebSocket endpoint.To create a client instance, you use pass in a URI specifying...
View ArticleNew Post: Unresolved Reference in Ubuntu Linux
The answer was nowhere on my radar. Thanks for your help. I was really lost. Thanks for the additional tips too.
View ArticleNew Post: Create a web server using C++ Rest Casablanca
Hi, How do I make a web server on cloud using C++ Rest Casablanca??
View ArticleNew Post: Live Integration
Hi all, I am checking how to integrate Casablanca into a Windows Store app. I am using VS2013 Express. For that, I am created a new project using the XAML with Direct3D template. Added the Casablanca...
View Article