2009/11/6 dhruvg <
dhruv...@gmail.com>:
>
> Are the HTTP POST requests (like when I log in using my user
> credentials) made to a login script in Python secure and SSL
> encrypted? Or is it just a normal HTTP POST?
A HTTP POST is not encrypted at all - no more than a GET. They appear
to offer a tiny bit more security because the details arent in the
normal weblog.
>
> If it is a normal HTTP POST, is there anything I can do to make it
> secure?
Use HTTPS, ala SSL?
Or implement your own encryption using javascript client side? ;P
>
> Thanks,
> Dhruv
>
> >
>