Updated Wiki: OAuth Client
OAuth Client (2.2+ only) OAuth Client is the client side implementation of the OAuth protocol. We support both OAuth1 and OAuth2.OAuth2 To use the OAuth2 authoriziation, you need to set up your app...
View ArticleNew Post: get http_exception while access to https site in mac os x
Hi Zhong, The previous macports installation shouldn't be a problem. To check the version of openssl we end up using, you can either pay close attention to the cmake configuration step (it lists it...
View ArticleNew Post: help with task cancellation
Here is a condensation of what I'm doing.observe_all_exceptions() is lifted directly from here. get_vector_of_tasks() is a stand-in for the actual much-more-complex source of the vector<tasks_t>...
View ArticleCreated Unassigned: Building for OSX links against outdated system OpenSSL [246]
In some circumstances, building on OSX will link against the system provided 0.9.8y version of OpenSSL instead of the desired Homebrew version 1.0.1i+.Diagnostic:* Run ```otool -L libcpprest.dylib```...
View ArticleEdited Issue: wss support on desktop/x-plat [222]
wss is only enabled and working on Windows Store right now.
View ArticleNew Post: get http_exception while access to https site in mac os x
i have openssl 1.0.1i installed in /usr/local/Cellar/openssl/1.0.1i/ while otool output is/usr/local/opt/openssl/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)...
View ArticleNew Post: get http_exception while access to https site in mac os x
When running the cmake command to configure the project, it should look likecmake ../Release -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/Cellar/openssl/1.0.1i/
View ArticleNew Post: Http digest preemptive authentication
Hi momaison, I'm not entirely sure if this approach will work or not. In regards to using under Windows 8 store here is how our implementation works. There is a common cross platform piece that...
View ArticleNew Post: Returned value
Hi, At both the following cites:http://blogs.msdn.com/b/vcblog/archive/2013/02/26/the-c-rest-sdk-quot-casablanca-quot.aspxhttp://msdn.microsoft.com/en-us/library/jj950082.aspx you can see: const...
View ArticleNew Post: Returned value
Hi RezRaz, Yes you are correct, we made a breaking change to our JSON library in our 2.0.0 release. The first link is from a blog post back at the beginning of 2013 announcing the project going open...
View ArticleUpdated Wiki: Documentation
Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build for WindowsHow to build for LinuxHow to build for Mac OS XHow to build for iOSHow to build for AndroidMake a...
View ArticleCommented Issue: Reference Documentation is Stale [98]
MinorWhen upgrading from 1.x sdk to 2.0 the uri have changed namespace fromweb::http::uri to web::uri. The chm files have not been updated to reflect this.Comments: Please note the location of the...
View ArticleCommented Feature: Odata support [36]
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: TCP Client Support [31]
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: TCP Client Support [31]
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: UDP Client Support [32]
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: UDP Client Support [32]
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 ArticleNew Post: Making connection to Web server
Hi RezRaz, I do not understand clearly "open an authorized connection using username and password". If the username and password are used for http authentication, then there is no way to create...
View ArticleCreated Feature: nuget package - reduce size by separating symbols [247]
There are 2 options we can explore. First like you mention using the symbol server. Second is to separate our pdbs into a different package so you don’t have to download them by default. If we did that...
View Article