Commented Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View ArticleCommented Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View ArticleCommented Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View ArticleNew Post: Looking for VS2010 support
Hi Steve I have read the feature request, and try the method written in the blog and methods written by c273 in the issue's discussions. I think the main opinion is to rebuild the casablanca120.xp and...
View ArticleCommented Unassigned: Installation Casablanca library Windows And Ubuntu [226]
https://git01.codeplex.com/casablanca says 404 - File or directory not found. also git clone https://git01.codeplex.com/casablanca , is not working, Anyone can help with this ???, My requirement is i...
View ArticleNew Post: How to end up a thread while encounter a task exception in a...
Well, the following codes are capsulated in a thread. Is there any way to quit the thread when catch an exception in the "catch" sub block? .then([&](http_response resp) { try { resp_json =...
View ArticleNew Post: is not supported
Hi Steve, Thanks for answering my previous question so quickly. It helped me a lot. I have installed the C++ REST SDK by NuGet package and it is now embedded into my project but when I compile the...
View ArticleNew Post: Looking for VS2010 support
Hi Steve, Thank you for reply. I have been much more familiar with C++ REST. Joecc
View ArticleNew Post: Http digest preemptive authentication
As a client, I managed to authenticate to a server with digest authentication. However, each of my requests are duplicated : first response has status 401, then the second request contains the required...
View ArticleNew Post: Can I handle streams with http_client?
By "streams" I mean something like mjpeg. Actualy I have tied to write some code:http_client client(host); uri_builder builder(L"/"+path + m_File); container_buffer<std::string> buffer;...
View ArticleNew Post: Can I handle streams with http_client?
Sorry, I think I rushed. Guess this exception was raised because of lack of credentials
View ArticleNew Post: Can I handle streams with http_client?
Hi Daemonolog, Exception authentication issues aside I assume what you are referring to is getting the HTTP response body through a stream as the chunks come across the network. Yes this is possible...
View ArticleNew Post: is not supported
Hi RazRez You won't be able to use the C=+ Rest SDK in managed C++/CLI. What you are seeing here is an error in one of our dependencies, atomics, that isn't supported. You will have to keep to using...
View ArticleNew Post: http_request with custom stream
Hi kkostrzewa, Maybe I'm missing something, but why can you only append to a file with approach 1? If you have to do base64 encoding as well then yes I see that this approach won't work. The only...
View ArticleCreated Issue: oauth1 is disabled [230]
This is due to a restriction we have around disclosing crypto usage so it is temporarily disabled for the 2.2.0 release until we get approval.
View ArticleCommented Issue: oauth1 is disabled [230]
This is due to a restriction we have around disclosing crypto usage so it is temporarily disabled for the 2.2.0 release until we get approval.Comments: The source file oauth1.cpp, the sample, has been...
View ArticleEdited Issue: oauth1 is disabled, due to crypto usage [230]
This is due to a restriction we have around disclosing crypto usage so it is temporarily disabled for the 2.2.0 release until we get approval.
View ArticleNew Post: Can I handle streams with http_client?
Yes, this is what I looked for. Thank you
View ArticleCreated Issue: http_client - missing tests for 120 XP toolset [231]
There is no vcxproj for it so therefore no tests. These need to be added.
View ArticleNew Post: http_request with custom stream
Thanks a ton for the examples in the product. That'll make writing this a lot easier. When I said "only append", I'm not aware of a CreateFile flag that allows me to insert into the middle (or at the...
View Article