Edited Feature: nuget package - reduce size by separating out 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 ArticleCommented Feature: Add support for Galileo/Windows On Devices projects [217]
When building a project for Galileo (www.windowsondevices.com), app compiles, but when creating an http_client an exception is thrown: Unhandled exception at 0x7539ACEA (cpprest120d_2_1.dll) in Galileo...
View ArticleCommented Feature: Add support for Galileo/Windows On Devices projects [217]
When building a project for Galileo (www.windowsondevices.com), app compiles, but when creating an http_client an exception is thrown: Unhandled exception at 0x7539ACEA (cpprest120d_2_1.dll) in Galileo...
View ArticleCreated Unassigned: http_listener CentOS6.5/Ubuntu13/14 some time can't...
I have a http_listener and just print all request body, but some time the body can not be received.
View ArticleCommented Feature: Add support for Galileo/Windows On Devices projects [217]
When building a project for Galileo (www.windowsondevices.com), app compiles, but when creating an http_client an exception is thrown: Unhandled exception at 0x7539ACEA (cpprest120d_2_1.dll) in Galileo...
View ArticleCommented Issue: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleCommented Issue: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleCommented Issue: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleNew Post: Casablanca 2.2.0 on Android with https
Hi, I'd like to use Casablanca as my REST client for mobile platforms (WP, iOS and Android) and I am doing some tests on Android. I managed to perform a simple web GET request on an http web server but...
View ArticleNew Post: Long run thread
Hi. I want to create a long task which would send "GET" requests to some api and other threads will parse the results, but only 1 "GET" request must be running. I know how do it with basic threads,...
View ArticleCreated Feature: http_client - way to specify default headers for each...
This can help to avoid having to add the same headers to each request over and over.
View ArticleCreated Feature: jenkins - unittestpp individual test integration [250]
Would give more course grain results in our runs.
View ArticleNew Post: Casablanca 2.2.0 on Android with https
Hi bengalister, Yes this is a known issue. Basically the problem is OpenSSL doesn't have access to where the Android operating system is storing trusted certificates. So what happens is the server...
View ArticleCommented Unassigned: http_listener CentOS6.5/Ubuntu13/14 some time can't...
I have a http_listener and just print all request body, but some time the body can not be received.Comments: Hi zhj4478, Can you please be more specific. What do you mean by 'print all request body'?...
View ArticleCommented Feature: Add support for Galileo/Windows On Devices projects [217]
When building a project for Galileo (www.windowsondevices.com), app compiles, but when creating an http_client an exception is thrown: Unhandled exception at 0x7539ACEA (cpprest120d_2_1.dll) in Galileo...
View ArticleUpdated 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 ArticleClosed Feature: OAuth 2.0 Support [28]
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: OAuth 2.0 Support [28]
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: User Input into HTTP
Hi Steve, Thanks for that! I'm very close, but am still having some unresolved external symbol errors with the DummyURI string. As it stands, my code looks like this: std::string DummyURI; std::cout...
View ArticleNew Post: Casablanca 2.2.0 on Android with https
Thank you very much for your fast and clear answer ! Sorry, to be honest I have to admit that I did not read the release notes, i compiled following the instructions on the online docs. I'll try...
View Article