Re: https-Question
- From: Chris Morris <c.i.morris@xxxxxxxxxxxx>
- Date: 14 Jul 2006 10:50:34 +0100
Wilhelm Kutting <wkutting@xxxxxxxx> writes:
Nikita the Spider schrieb:
Wilhelm,
Basically, yes.
HTTP = not secure, name and password sent without encryption
HTTPS = secure, name and password sent encrypted
Hope this helps
So if the loginform is http, the username and password is send via
cleartext.
The protocol used to *retrieve* the form only affects the protocol
used to *submit* the form if a relative URL is used for the form action.
<form action='https://www.example.com/' method='post'> (absolute URL)
will *always* submit securely whether the page with the form on was
retrieved via http or https (or even file, ftp, or other less likely
protocols)
<form action='/login' method='post'> (relative URL)
on the other hand will use whatever protocol was used to load the page
to submit the form.
--
Chris
.
- References:
- https-Question
- From: Wilhelm Kutting
- Re: https-Question
- From: Nikita the Spider
- Re: https-Question
- From: Wilhelm Kutting
- https-Question
- Prev by Date: Re: https-Question
- Next by Date: Re: https-Question
- Previous by thread: Re: https-Question
- Next by thread: Re: https-Question
- Index(es):
Relevant Pages
|