New Post: compile the source code with c++0x?
We decided to implement an Azure Service, we have a TCP endPoint at a specific Port Address, However, I am still attempting to compile the source for Casablanca, our compiler has the c++0x option and...
View ArticleNew Post: Get metadata
Hi akshat87, Part of this depends on what information the server you are connecting to gives back in the response. The best thing you can do is to use the HTTP HEAD method. Basically it acts like the...
View ArticleNew Post: I don't find any way to get progress info for ongoing WEBDAV GET...
Yes the progress handler feature is available in the latest release. Take a look at http_request::set_progress_handler. One thing to keep in mind this feature only helps notify you about the chunks...
View ArticleNew Post: Get metadata
Thank you for the prompt reply steve, I found that HEAD is the method i was looking for and written a code snippet too. Following is my code which works fine when i set the method to POST http_client...
View ArticleNew Post: I don't find any way to get progress info for ongoing WEBDAV GET...
Thank you steve, this is what i was looking for. (Range request HTTP header)
View ArticleNew Post: Get metadata
Hi Akshat, The HTTP HEAD, and GET method, are not for uploading data. Before you were talking about downloading a file, but the example code you have here is uploading a file. I'm confused now as to...
View ArticleNew Post: Get metadata
Steve, Sorry as i got you confused. Yes i want to download only, And this is the code where i am posting my credentials to get back the authentication token. this is not the place where i need to use...
View ArticleUpdated Wiki: Documentation
Welcome Before you get started we recommend you begin with going over the documentation.Feature OverviewProgramming with TasksPlatform-Independent StringsHTTP ClientJSONAsynchronous StreamsUniform...
View ArticleUpdated Wiki: Reference Documentation
!Reference DocumentationClick here to download the reference documentation for the C++ REST SDK 1.1.0 release.
View ArticleUpdated Wiki: Reference Documentation
!Reference DocumentationClick here to download the reference documentation for the C++ REST SDK 1.1.0 release. The reference documentation is a .chm file, which a is a compiled html file for viewing...
View ArticleUpdated Wiki: Reference Documentation
Reference DocumentationClick here to download the reference documentation for the C++ REST SDK 1.1.0 release. The reference documentation is a .chm file, which a is a compiled html file for viewing...
View ArticleNew Post: Blog post on HTTP pipeline stages
The C++ Rest HTTP Library offers an interesting feature which allows you to intercept HTTP requests and responses before sending it out on the wire, by adding "stages" on the client. This allows...
View ArticleReleased: C++ REST SDK 1.1.0 (Jul 08, 2013)
Release Notes:HTTP listener library (http_listener.h, this is still in the incubation phase under the experimental namespace )Support for Windows Phone 8 (Incubation phase, has not undergone rigorous...
View ArticleUpdated Release: C++ REST SDK 1.1.0 (Jul 08, 2013)
Release Notes: HTTP listener library (http_listener.h, this is still in the incubation phase under the experimental namespace )Support for Windows Phone 8 (Incubation phase, has not undergone rigorous...
View ArticleNew Post: HTTPS support status
Hi. What is the current HTTPS support for Casablanca? I would like to use it on Windows and Linux. Client certificate is a requirement also. Thanks, Eduardo
View ArticleCreated Feature: Actors [40]
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: Ignore certificates in GET request
I am trying to make and HTTPS GET request in which i need to ignore the certificate warnings and also need to add the authentication token as a header in the request. i cannot find a way to do that...
View ArticleCreated Feature: Client Side Certificates [41]
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: HTTPS support status
Hi Eduardo, We support HTTPS on Windows, but not yet on Linux. To use it all you have to do is specify a URI with https as the scheme when constructing the http_client. We are currently working on...
View ArticleCreated Feature: Flag to Ignore Certificate Errors [42]
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 Article