Hi,
If i type:
header("Location: http://www.website.com");
it obviously redirects to the website, but, i wanna type:
header("Location: http://username:password@www.website.com/protected/");
Yet by doing this, it still pops up asking for a username and password, but
if i just copy and paste http://username:password@www.website.com/protected/
into my browser it won't ask for a username and password. Can anyone explain
why, and how i can get around it asking for the username and password?
Thanks for taking time to read this post.
Anthony