I need to do the following:
A browser contacts server A to get a logon screen. On submit, the
username and password need to be sent to Server B that will validate the
username/password, then send authorization back to a page on server A
that will redirect the browser based on the type of authorization returned.
The problem, we would like to pass the username/password to computer B
as opaque data (not as arguments to the url. Additionally, we would
like to pass the authorization back to server A as opaque data. The
servers are no co-located.
Is this possible?
We are using Apache 2 and PHP.
Steve
/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/