Mailing List Archive

URL problem
I've noticed that EmbPerl has the useful quality of setting the URL of any
page I go to to a value that will take me back to the same page if entered
manually from the browser. This provides a very nice automatic-bookmarking
feature. However, there is one serious problem. I have a login page which
requires a username and a password. When the user logs in, the url in the
browser shows the cleartext value of the password. Obviously, that is a
huge security problem, and I would suggest that Embperl should not put the
value of a field in the URL if the input field from which is came was of
type password. Is there any way to turn off this display of the password
field?

steve
RE: URL problem [ In reply to ]
Hi,

> I have a login page which requires a username and a password.
> When the user logs in, the url in the browser shows the cleartext
> value of the password. Obviously, that is a huge security problem,
> and I would suggest that Embperl should not put the value of a
> field in the URL if the input field from which is came was of type
> password. Is there any way to turn off this display of the password
> field?

just use METHOD=POST in your login page <FORM> tag instead of GET.


Rgds,
Tfr

--==< tfr@cafe.ee >==< http://tfr.cafe.ee/ >==< +1-504-4467425 >==--