New Post: 2.0.1 Release is Live!
Our next release, versioned 2.0.1 is now live in the master branch and on the NuGet gallery. It is a bug fix only release, refer the release notes for more details.
View ArticleNew Post: How to cancel file upload and download task
Hi Matheus Did you try to catch the exception by adding a task based continuation at the end of the client.request continuation? When a request is cancelled, the request task will throw an "operation...
View ArticleNew Post: CPPREST SDK integration into MFC Application built using VS 2010
Hi Kedar We have not heard of any issues with UI interaction. We can look into this further if you could share a minimal repro of the issue. If you won't want to share with everyone on the forums you...
View ArticleNew Post: How to download XML response file
Hi azcar, FYI this bug has been fixed in our 2.0.1 release that came out today. Steve
View ArticleNew Post: files over 4GB
Hi Gery and Steve. I am not sure this will work when building for 32 bit arch (or should at least be packed inside some #ifdefs ) and should the OffsetHigh also not be set when reading a file like in...
View ArticleNew Post: C++ REST SDK for RHEL
Hi Roschuma, Many thanks for your response. I will give a try and get back on this. Thanks, Ravi
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 ArticleNew Post: How serialize/deserialize a JSON vector of data structure record?
Hi Mike, Looking at the code you posted it looks like you are trying to create a json array of json objects. You can create a json array with our library by using one of the factory function overloads...
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 ArticleNew Post: CPPREST SDK integration into MFC Application built using VS 2010
Hi Kedar, I have been using Casablanca in Win32 projects (WTL). I am not an expert in either Win32 or Casablanca, but here's my two cents in case it helps. I believe the problem you are seeing is...
View ArticleNew Post: How to cancel file upload and download task
Hello Kavya, Thank you very much for your help! It worked and now I am able to cancel the file transfer :) Best Regards, Matheus
View ArticleNew Post: Using http_request for a POST request that uploads a file
It's my understanding that in order to upload a file with a POST request, I need to use multipart/form_data encoding. Is there a way to do this with a http_request? Or is there another way to properly...
View ArticleNew Post: Is Casablanca supported on windows server 2008?
hi, I'm using casablanca to develop a REST client applcaition in c++. It works perfectly well on my deskop but not working if i deploy it to a windows server 2008? Is it because it's not supported on...
View ArticleNew Post: Compilation of Casablanca failed on CentOs
I tried to compile casablanca on Centos but I got the error message: [ 16%] Built target casablanca [ 31%] Built target unittestpp [ 33%] Built target common_utilities [ 33%] Generating run_tests.sh...
View ArticleNew Post: CPPREST SDK integration into MFC Application built using VS 2010
Yiannis, Thanks for the detailed explanation on this I will make changes based on your recommendations to address this issue Thanks Kedar
View ArticleNew Post: HttpCreateServerSession return INVALID_HANDLE
I am using the listener in a low-integrity sandboxed process to make some experiment. When I open the listener (the http endpoint has the correct ACLs) the HttpCreateServerSession in http_listener.cpp...
View ArticleReviewed: C++ REST SDK 2.0.1 (abr 09, 2014)
Rated 3 Stars (out of 5) - Cuando la pruebe te cuento
View ArticleNew Post: Compilation of Casablanca failed on CentOs
Hi kristo33, Could you please try executing make VERBOSE=1 in the build directory and copying the output here? Thanks, roschuma
View ArticleCreated Issue: http_client: How to get the redirected URL? [100]
I'm fetching a document that can contain relative URLs. Since the original request may be redirected, I need to know the URL actually used to fetch the resource to turn those relative URLs into...
View ArticleNew Post: How to get the redirected URL?
Hi Henric Your observation is correct, currently, there is no way to access the redirected URL with the http_client. We will try to fix this for one of our future releases. This discussion has been...
View Article