New Post: Automatic Logon Policy in http_client
Hello, When using http_client I'm failing to authenticate to a local server. Stepping through the code it doesn't look like the "Automatic Logon Policy" of WinHttp is supported. ie. we fail at this...
View ArticleNew Post: Automatic Logon Policy in http_client
David, You are correct in that this is not something the implementation currently supports. If you want to add it, I would advise you to add an option to the http_client_config class (use...
View ArticleNew Post: Automatic Logon Policy in http_client
Hello, we currently play with the december release - as I see in the new codeplex relase IIS-hosting capabilities and the self hosting server are gone. Is this true? What must I do to achive hosting in...
View ArticleNew Post: Automatic Logon Policy in http_client
Martin, Since this is a different topic than what David asked about, I'll copy your question to a new thread and answer it there. Niklas
View ArticleNew Post: Where are the server-side features?
In another thread, weirdthing wrote: Hello, we currently play with the december release - as I see in the new codeplex relase IIS-hosting capabilities and the self hosting server are gone. Is this...
View ArticleNew Post: Where are the server-side features?
Martin, The server-side features that you found in the MSDN DevLabs release, i.e. the HTTP listener, IIS integration, and Azure deployment, were temporarily removed from Casablanca. In order to get...
View ArticleNew Post: Automatic Logon Policy in http_client
Hi. Thanks very much for your quick response and advice. Hopefully I'll have time to have another go otherwise I look forward to a future update. Regards. David.
View ArticleNew Post: How to Guides and Reference Documentation
Hi Everyone, We have posted links in the documentation tab to our reference docs and how to guides. The guides walk you through code highlighting common developer scenarios. The reference documentation...
View ArticleNew Post: Compiling with C++ Builder XE3's Clang-based C++11 compiler
Has anyone tried compiling this in Embarcadero's Clang-based C++11 compiler?
View ArticleNew Post: Compiling with C++ Builder XE3's Clang-based C++11 compiler
Hi bbrandt, We do not "officially" support Clang, but a partner team in Microsoft successfully compiled PPLX portion with Clang. We're interested in supporting Clang, but could use some community help...
View ArticleNew Post: A small post about the Casablanca project
We have checked it using our static code analyzer PVS-Studio and failed to find at least one significant bug. Our respect to the Microsoft developers who have created this library! Blog post: A small...
View ArticleNew Post: A small post about the Casablanca project
Andrey, Thank you for the information! I'm glad that your tool didn't find anything significant. We take code quality very seriously. Anyway, the one issue you reported was perhaps mostly cosmetic, but...
View ArticleNew Post: Windows Phone 8 support
Hi, Any plan to support Windows Phone 8 as well ? Thanks, Simon
View ArticleNew Post: Windows Phone 8 support
simonferquel wrote: Hi, Any plan to support Windows Phone 8 as well ? Thanks, Simon Hi simonferquel, Yes, we do have such plans but we're not ready to announce a date yet. Stay tuned!
View ArticleNew Post: When will SSL support for Linux be added
When should we expect the support of SSL for Linux be added?
View ArticleNew Post: SSL support for Windows
Hi, I was wondering if the support for ssl for windows is planned? If so, what time frame are we looking at? Thanks, Jaimin
View ArticleNew Post: SSL support for Windows
Jaimin, HTTP over SSL is already supported on Windows. Are you having trouble making it work? Niklas
View ArticleNew Post: When will SSL support for Linux be added
Hi c2c, We are currently evaluating what features to add next, and we will plan according to what is most frequently asked for. SSL on Linux is one priority, as is Windows XP and Phone support and...
View ArticleNew Post: SSL support for Windows
Yes, I am trying to request a HTTPS Url, but I am getting an exception, whereas I can call the server by a HTTP request. Jaimin
View Article