Getting password from Basic authenticated site

M

mike

Hello.

Is there a way to retrieve the password of the user that was authenticated
using Basic Authentication? What if the user was authenticated using
Integrated Windows Authentication?

Thanks in advance,

Mike
 
J

Joe Kaplan \(MVP - ADSI\)

The password for a basic auth site will be encoded in the authorization
header (you have to parse out the base64 piece, base64 decode it to a string
and take the part after the : character, but you'll have it). It is also
usually in the AUTH_PASSWORD server variable.

You can't get the password for an IWA site.

Joe K.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top