Graphic/Web Design Blog


A great resource for web and graphic design for beginner and advanced designers. Learn about Adobe Software, XHTML, CSS and PHP coding, Design Jargon and other resources to help you.

Posts Tagged ‘submitting’

Is Twitter really submitting my password securely?

Sunday, July 20th, 2008

So I was signing up for a Twitter account today and noticed something. After choosing a username and password, I was taken to an invitation page. If you look at this picture it clearly states that my password will be submitted securely.

Twitter Email Submit

How? I noticed in my URL bar there was no https in front of twitter.com, so I pulled up the source code to see if was being passed to an encrypted form. The form url was:

<form action=“/invitations/fetch_contacts” method=“post”>

Can anyone explain how twitter is securely handling my email password if it is being submitted without (or to) a secure https connection?

Rate this Press Release