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 #50263 is a reply to message #50261] Thu, 06 September 2018 15:23 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1092
Registered: August 2007
Senior Contributor
Hello Koldo,

Quote:
Hello Oblivion

I wanted to load the contents of a https web page in an intranet with windows authentication.
Is there a similar sample to do it? How would you do it?


In general?

I had to (several times in the past).

1) If you are trying to access from a web site via intranet (and Windows Authentication, using SSO or credential prompt) browsers (FF, Chromium an IE) already support this.
IIRC there was even a FF extention that can simplify the browser configuration.

2) If you want to load the content of a https site programatically, using NTLM/Kerberos (which was what I had to do), don't bother trying anything else, and simply use libcurl https://curl.haxx.se/

It has a very simple interface, good documentation, and plenty of examples. (I'm sorry I can't provide an actual example of my past use cases, as I don't have access to them ATM).

Best regards,
Oblivion


[Updated on: Thu, 06 September 2018 15:30]

Report message to a moderator

 
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: Sat Apr 20 12:13:20 CEST 2024

Total time taken to generate the page: 0.02746 seconds