Hi all, I am not sure if PHP is needed here or not. I have a link that goes to a password protected site. Usually I just do http://username:password@thesite.com and it works fine. But on this new site it links to it, but still displays the enter network password box. Sure it populates this box with the right info, but how can I bypass this box? Thanks.
Shayne
Hallo,
made used this way too. The only way is client side HTML/or JS why it doesn't work with php, i don't know. Use something typical like session or cookies to login.