Search found 1 match
- Mon Nov 11, 2002 10:09 am
- Forum: PHP - Code
- Topic: Passing credentials on PHP redirect
- Replies: 0
- Views: 1783
Passing credentials on PHP redirect
First of all, great forum :) As part of an anti-leeching scheme I'm working on, I'm trying to pass basic authentication credentials (for an .htaccess protected directory) on PHP redirect like follows: Header ("Location: http://username:password@www.domain.com/files_prot/file.txt"); It's no...