New Post: Send message to Amazon SQS
Hi opreanstefan, Curious if you got the this working. I would also like to send a message to an SQS in c++. Can you share your example? Andrew
View ArticleNew Post: WinHttp error 12030 after call to SharePoint
Unfortunately the server is not public (at least there is no public login/passwrod). The requests are pretty different since I send a minimal portion of data (maybe insufficient?) while browser sends...
View ArticleNew Post: WinHttp error 12030 after call to SharePoint
I have implemented WinInet analog and it works:#include <windows.h> #include <wininet.h> #pragma comment(lib, "wininet.lib") #include <iostream> void main() { HINTERNET hOpenHandle,...
View ArticleNew Post: http_listener SSL support
Hello, Is http_listener supporting https? I think that on Windows is using WinHttp, and this supports SSL, but, How can I access to the server navite handle for set the certificate? I see a set native...
View ArticleNew Post: proxy and MacOS
Hi denveloper, No unfortunately proxy support hasn't been implemented yet on non-Windows platforms. We have an issue/feature request open tracking this here. I'm not currently working on it so I don't...
View ArticleNew Post: http_listener SSL support
Hi jdiazdesico, The http_listener on Windows supports https, but no work has been done for exposing certificates or a native handle option like with our http_client. Most of the focus of this library...
View ArticleNew Post: Can create service in Cassablansa to support AngularJS?
My focus communication between Casablansa back-end services and AngularJS. AngularJS use for implement front-end interactive with user. After front-end send detail on JSON to back-end on Casablansa...
View ArticleNew Post: No http connection from Mac OS
Hi all, I already done test http connect from Windows with version CPPRest 2.3 from Mac OS: web::http::client::http_client client(U("http://indesigndemo.niteco.se:80"), config); auto ub =...
View ArticleNew Post: static link using nuget
Hi, i've added the sdk via nuget to my project and I would like to link it statically. There are a lot of properties etc in the cpprestsdk.targets file but I can't configure it to use the lib instead...
View ArticleNew Post: runtime errors iOS - pplxtasks.h
after running through the documentation to build for iOS, I am running into a SIGTRAP runtime issue while trying to run just a basic http request. web::http::client::http_client...
View ArticleNew Post: Can create service in Cassablansa to support AngularJS?
Hi rchatsiri, The C++ Rest SDK contains a library HTTP server that can be used to author a REST service. Take a look at our http_listener for some starting documentation and the reference docs. Please...
View ArticleNew Post: static link using nuget
Hi Michael, Our NuGet package doesn't contain binaries for static linking. We don't officially support static linking but others have been successful with some modifications building from source...
View ArticleUpdated Wiki: How to setup, build, and run tests on Windows
How to setup, build, and run tests on WindowsSetup Git If you use PowerShell, we recommend installing Posh-Git (here is how). If you use cmd.exe, open the Developer Command Prompt for VS2013 (here is...
View ArticleUpdated Release: C++ Rest SDK 2.4.0
oauthFixed memory leak with OAuth 1 in the success case. #321OAuth1 added support for parameters in POST request body if Content-Type is application/x-www-form-urlencoded.OAuth1 fixed some parameters...
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: Use on Android
How to use the C++ REST SDK on Android (2.3+) The easiest way to use the C++ REST SDK on android is to add the "C++ REST SDK - Android" NuGet package available via Visual Studio 2015 (including the...
View ArticleUpdated Wiki: Setup and Build on Android
How to build and setup for Android on Linux (2.3+)Note: if you are on Windows, we now have a NuGet package! Go straight to Use on Android to get started.First, follow all the instructions on Setup and...
View ArticleSource code checked in, #60ef0e1db86139228bc368cb22fe0d5f39a1ee21
Fixing issue with NuGet package for windows phone silverlight and another with Dev14.
View ArticleSource code checked in, #219daed12e45618aeffc94b73b83af55c3dca7aa
Updating VS2014 powershell setup script to accurately be VS2015.
View ArticleUpdated Wiki: Web Socket
WebSocket Client Everything for using websockets is located in the ws_client.h header file and the web and web::websockets::client namespaces. #include <cpprest/ws_client.h> usingnamespace web;...
View Article