Hi,
I'm looking around for a solution that might do this:
http://username:password@www.site.com/protected-directory/some-protected-page.html
This is okay,... but the user & psw is remaining visible in the browser bar, & that's exactly what we don't wanna discover to the whole world.
Knowing that we can not install any kind of sw on our account,... Is there some other secure way to do it with php?
Let me explain:
If somebody would click on some link, this php script would grab the user & psw from some file outside of the html_public directory & would proccess the request to that requested directory withot displaying user & psw in the browser as:
http://username:password@www.site.com/protected-directory/some-protected-page.html
Any idea how this can be done without discovering user & psw? Is there some particular command in php that can handel that too?
I saw a solution like that once If think it was a perl scrip?!!), I'm already searching arround & don't remember where I saw that. Can someone help please?
Thanks.