Actually, both sites require those credentials... it's a matter of which one accepts what credentials.... don't know if that makes any sense.
They nixed my idea for the checkboxes and want it all to happen behind the scenes.... So, if a user logs in... the backend will direct the user to one site, and if it returns an error or invalid login, then the backend will redirect the user with the appropriate credentials to the next site, thus logging them in to that site.
I originally started with an onpageload event that looked for an error code
"request.querystring"
If it's null, then nothing... let the user log in.
If there's an error, post the data to the next site with those credentials.
(I'll work on correcting type-os and the proper redirects after I get the initial functionality working.)
I started dabbling with it in C# and came up with a solution, if I can just get it to "POST"... stepping through the code, I noticed that it's just passing over the code that tells it to "POST".
I'm pulling my hair out over this. 
__________________
Need a vacation.
|