Home » U++ Library support » U++ MT-multithreading and servers » Windows authenticated web page load
Re: Windows authenticated web page load [message #50266 is a reply to message #50264] |
Thu, 06 September 2018 18:47   |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
Hi,
HttpRequest support Basic and Digest authentication.
HttpRequest q;
q.Url("https://...");
q.User("login", "password");
// q.Digest(); // if the server use Digest authentication
String s = q.Execute();
regards
omari.
|
|
|
Goto Forum:
Current Time: Wed Aug 27 17:52:18 CEST 2025
Total time taken to generate the page: 0.05908 seconds
|