PDA

View Full Version : Know how to Login to web-based email?


Protocol
03-17-2006, 10:20 AM
Anyone know how to perform a simple login to a php web-based email?

I've seen some examples of secure downloads, etc. but I haven't been able to manipulate them to work how I need it to.

Here's the scoop...I'm embedding a web-based calendar/email system into a project and I want it to login at the start of the program, and stay logged in so that as the user jumps pages in the program, it's simply jumping to different URLs within the web-based program (i.e. click here to check email, click here to check your calendar...etc.) and all within web objects set in the project.

The key is getting them logged in at the start (in the main preload), I will be setting up their username and password, so I will already have that.

Any ideas how to login to a php-based web setup? Thanks in advance!


Protocol

TJS
03-17-2006, 10:51 AM
I know this isn't an answer but it might give you a start...

http://www.indigorose.com/forums/showthread.php?t=15128

Tek & Grabis seem to have worked out a way to establish http authentication by accessing an image on the target site. The cool part the auth is maintained throughout the users session.