New Post: HTTPs issue on Win2k3_x64 server
Hi Guys, We found the issue to be related with TLS_RSA_WITH_AES_128_CBC_SHA AES128-SHA and TLS_RSA_WITH_AES_256_CBC_SHA AES256-SHA cipher suites missing on Windows 2003. FYI, we compared wireshark...
View ArticleNew Post: Half-encoded URI issues
Hello Kavya, May I ask you whether the suggestion has been studied? Thank you Benoit
View ArticleCommented Feature: Additional platform support: iOS [26]
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 ArticleClosed Unassigned: http_msg_base::_extract_string throw exception with http...
When the response is 204 No Content, it would still expect there is a textual content returned. Please consider to check content length first or ignore the case.HTTP/1.1 204 No ContentCache-Control:...
View ArticleNew Post: HTTPs issue on Win2k3_x64 server
Glad to hear you figured out the problem Thameem! Steve
View ArticleClosed Unassigned: Update for Visual Studio 2013 [63]
Please update the package and the corresponding documentation:http://casablanca.codeplex.com/wikipage?title=Build%20and%20Setup%20on%20Windows&referringTitle=DocumentationOAN, would we have Oauth 2...
View ArticleNew Post: HTTPS on Linux
We officially support Ubuntu only, but the library should work with other distributions as well. You can try your code with the latest Casablanca 1.4 which will be released shortly, most likely today.
View ArticleReleased: C++ REST SDK 1.4.0 (Dec 10, 2013)
Do you not want to have to mess with setting up header file include, library, and dll paths? Consider trying out using our Nuget package instead of our MSI. Whether you target desktop, XP, Windows...
View ArticleUpdated Release: C++ REST SDK 1.4.0 (Dec 10, 2013)
Do you not want to have to mess with setting up header file include, library, and dll paths? Consider trying out using our Nuget package instead of our MSI. Whether you target desktop, XP, Windows...
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 ArticleReleased: C++ REST SDK 1.4.0 (Dec 10, 2013)
Do you like having to mess with setting up header file includes, library, and dll paths? Consider trying out using our Nuget package instead of our MSI. Whether you target desktop, XP, Windows store,...
View ArticleUpdated Release: C++ REST SDK 1.4.0 (Dec 10, 2013)
Do you like having to mess with setting up header file includes, library, and dll paths? Consider trying out using our Nuget package instead of our MSI. Whether you target desktop, XP, Windows store,...
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 ArticleNew Post: C++ Rest SDK 1.4.0 Released
FYI, today we just added the 1.4.0 release of Casablanca, take a look and try it out. If you are targeting Windows we recommend you try using our Nuget package. It makes managing includes, libs, and...
View ArticleCommented Issue: Basic authentication does not work with POST &...
Version 1.1.0Platform: Windows 7 client, VS2010, Windows 2008R2 server. IIS, ASP.NETIf I use basic authentication and POST with an istream body based on a producer_consumer_buffer, I get response 401....
View ArticleNew Post: Half-encoded URI issues
Hi Benoit_Mortgat, This is still in our backlog of potential features to consider. There are some challenges with implementing this. Consider the input URI string has both encoded and unencoded...
View ArticleNew Post: HTTPS on Linux
Thanks Oggy, I will try that. One last thing - Will the new release (1.4) contain support for proxies on Linux / Ubuntu?
View ArticleNew Post: Half-encoded URI issues
@kavyako, is the URL starting with // (without http) valid in Casablanca? For instance //blogs.msdn.com/vcblog is valid for IE et el. seems like the protocol is automagically resolved (or just a...
View ArticleNew Post: Difficulty retreiving JSON data
Paul and I talked offline and he shared with me the response headers he was getting and I figured out what the issue is. From your server there is no Content-Length header or Transfer-Encoding header,...
View ArticleNew Post: Half-encoded URI issues
TheDeeds, Currently, Casablanca does not resolve the URI scheme (to http) when the URL is starting with //. I looked into the RFC 3986 and it does mention that "//" should get resolved the default...
View Article