Trying to help a friend out and I'm totally lost - I have some login credentials stored in a database, along with links to sites.
When you first go to these sites they display a popup login box that you need to fill out before you can get into the site.
What I need to do is send the username/password to this popup, so they user doesn't have to.
Security lectures aside (I know, the users should probably just remember their goddamn passwords for these other sites), does anybody know how I'd go about doing this?
The originating site is in C#/ASP.NET, I have no idea what language(s) the target sites are in.
When you first go to these sites they display a popup login box that you need to fill out before you can get into the site.
What I need to do is send the username/password to this popup, so they user doesn't have to.
Security lectures aside (I know, the users should probably just remember their goddamn passwords for these other sites), does anybody know how I'd go about doing this?
The originating site is in C#/ASP.NET, I have no idea what language(s) the target sites are in.