When I write on the location/address bar:
user:pass@www.mysite.com
considering my script has the PHP code:
header ('WWW-Authenticate: Basic realm="anything"')
It will be understood that I'm being authenticated as the user "user" with the password "pass". Ok! Is it possible to send a message through the browser in which I have only:
user@www.mysite.com
writen on the location/address bar, meaning I am the user "user" without a password? In my case I don't want to check my client's authenticity... only recognize them... without pop up dialog boxes, without a very long URL... I just want something to be written on the address bar that allows my script to identify the user and set up the page designated for him... PLEASE I NEED IMMEDIATE HELP!!! Thanks folks.