Does anyone know how to pass http-auth to a server in php?
I am attempting to allow users that are authenticated through a standard php login to have access to specific servers based on there permissions that are set in a MySQL data base.
Currently user logs in and is then forwarded to the correct server. However since each server requires a seperate login the only way to avoid having them login in twice is to pass the user pass in the url. This method works but is not secure. Does anyone know how this could be done.
Thanks