Quote:
Originally posted by AnnihilaT
Also most account bruteforcing software isnt able to work with forms so stop using http authentication and switch to a cgi based form authentication.
|
How do you protect a single picture if you are using cgi without http auth?
I.e.
www.domain.com/members/fuckyou.jpg ?
I use a cgi based form reading the .htpasswd file and redirect to membersarea if auth is OK. But I still need http auth.