Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
omari is currently offline  omari
Messages: 266
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.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [SOLVED] Discord bot 404 error using WebSocket, any ideas?
Next Topic: Core/Inet.h -- unneeded "using namespace Upp"
Goto Forum:
  


Current Time: Tue May 07 06:35:28 CEST 2024

Total time taken to generate the page: 0.02092 seconds