Commented Unassigned: uri decode issue [97]
Hello,I am using the latest 2.0.0 version and I believe uri::decode is not behaving as expected. For example the code ```utility::string_t text =...
View ArticleCommented Feature: Web Socket Support [33]
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 ArticleCommented Feature: Additional platform support: MacOS [35]
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 Feature: Additional platform support: MacOS [35]
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 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 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 ArticleUpdated Wiki: Setup and Build on iOS
How to build and setup on iOS First, follow all the instructions on Setup and Build on OSX. While some steps could be skipped if you only want to build for iOS, it is useful to diagnose problems during...
View ArticleUpdated Wiki: Setup and Build on OSX
How to setup, build, and run tests on OSX 1. Ensure you have the most recent version of OSX and Xcode (As of this writing, 10.9.2 and 5.0.2 respectively).2. You will need to install the development...
View ArticleCommented Feature: HTTP Client Request Cancellation Support [47]
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...
View ArticleNew Post: Cancellation token in http_client request
FYI everyone in our 2.0 release we implemented this for the Windows platforms (desktop, store, phone). We will add support to other platforms for this feature in future releases.
View ArticleNew Post: have http_response::body() return file backed stream
Hi rmmcnulty9, FYI, http request cancellation feature like described here has been added and works on the Windows platforms (desktop, store, phone). We will expand to other platforms in future...
View ArticleCommented Feature: Support for Clang compiler on Linux [24]
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...
View ArticleCommented Unassigned: 64-bit integers and large integer types [65]
Casablanca seems to disagree with large integers. As far as I can tell, it turns them into a Number type which I assume to be a signed 32-bit integer. Is there any plan to fix this in order to support...
View ArticleClosed Unassigned: 64-bit integers and large integer types [65]
Casablanca seems to disagree with large integers. As far as I can tell, it turns them into a Number type which I assume to be a signed 32-bit integer. Is there any plan to fix this in order to support...
View ArticleCommented Unassigned: json::value::parse limits numerics to 32 bit int [72]
json::value::parse of a numeric value is limited to a 32 bit int value. Any number of greater magnitude resolves to -2147483648. Expected behavior is to parse a number as as a double.I see this report...
View ArticleClosed Unassigned: json::value::parse limits numerics to 32 bit int [72]
json::value::parse of a numeric value is limited to a 32 bit int value. Any number of greater magnitude resolves to -2147483648. Expected behavior is to parse a number as as a double.I see this report...
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 ArticleClosed 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 ArticleCommented Unassigned: http_listener: Basic Authentication Issue -> Known...
There looks to be a bug with the HttpServerAPIKnownHeaders array in the http_windows_server.cpp file (Casablanca v1.4).I discovered this while trying out the http_listener with basic authentication. I...
View ArticleClosed Unassigned: http_listener: Basic Authentication Issue -> Known Headers...
There looks to be a bug with the HttpServerAPIKnownHeaders array in the http_windows_server.cpp file (Casablanca v1.4).I discovered this while trying out the http_listener with basic authentication. I...
View Article