Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

warm handoff to email client?

Status
Not open for further replies.

thedaver

IS-IT--Management
Jul 12, 2001
2,741
US
If I have an authentication system in PHP that identifies a person with a password, I want to be able to pass that information thru to a third-party webmail using those credentials.

For instance, let's presume that my site is and I want to pre-authenticate a user and then give them a warm handoff to mail.yahoo.com (which is a bad example because they rely on client-side cookies) with that auth info.

How would my Apache/PHP/cURL server send the Yahoo form submit with the necessary params and then direct that submit's html/cookie results back to the client (and ignore the rest of their session). I'm having trouble picturing how I can accomplish this so that I'm adding value to the transaction instead of being a problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top