Click here to Skip to main content
15,886,963 members
Home / Discussions / Web Development
   

Web Development

 
Questiondoubt Pin
gowtham muthu25-Sep-15 3:36
gowtham muthu25-Sep-15 3:36 
AnswerRe: doubt Pin
User 41802545-Oct-15 10:04
User 41802545-Oct-15 10:04 
QuestionMessage Closed Pin
23-Sep-15 13:20
Member 1200729323-Sep-15 13:20 
QuestionHow to create secure login using angular js Pin
Member 1199959720-Sep-15 23:23
Member 1199959720-Sep-15 23:23 
SuggestionRe: How to create secure login using angular js Pin
Kornfeld Eliyahu Peter20-Sep-15 23:50
professionalKornfeld Eliyahu Peter20-Sep-15 23:50 
AnswerRe: How to create secure login using angular js Pin
Richard MacCutchan21-Sep-15 0:28
mveRichard MacCutchan21-Sep-15 0:28 
SuggestionRe: How to create secure login using angular js Pin
Richard Deeming21-Sep-15 2:41
mveRichard Deeming21-Sep-15 2:41 
AnswerRe: How to create secure login using angular js Pin
Richard Deeming21-Sep-15 2:47
mveRichard Deeming21-Sep-15 2:47 
Member 11999597 wrote:
Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.

The message is quite clear - you shouldn't accept login credentials over an HTTP connection.

You need to get and install an SSL certificate for your site, and only display the login page over HTTPS. Depending on your requirements, you might be able to get away with a free SSL certificate from StartSSL[^] or Let's Encrypt[^] (when it eventually arrives).

NB: It's not sufficient to just post your login credentials to an HTTPS endpoint. You have to load the page with your login form over HTTPS as well:
Your login form posts to HTTPS, but you blew it when you loaded it over HTTP | Troy Hunt[^]

For a SPA, that might mean that you have to load the entire application over HTTPS.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


QuestionHow to create secure login procedure in angular js Pin
Member 1199959720-Sep-15 23:22
Member 1199959720-Sep-15 23:22 
Questionsteps to learning professional front & back -end develpoment Pin
programmerinthemaking16-Sep-15 10:29
programmerinthemaking16-Sep-15 10:29 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Richard MacCutchan16-Sep-15 21:52
mveRichard MacCutchan16-Sep-15 21:52 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Blikkies17-Sep-15 3:02
professionalBlikkies17-Sep-15 3:02 
AnswerRe: steps to learning professional front & back -end develpoment Pin
Nathan Minier30-Sep-15 6:37
professionalNathan Minier30-Sep-15 6:37 
QuestionCrystal report font size decreases in 64 bit OS Pin
sakssp10-Sep-15 20:27
sakssp10-Sep-15 20:27 
AnswerSms Send and Recived Pin
Member 119733819-Sep-15 22:32
Member 119733819-Sep-15 22:32 
QuestionWEB PHONE - How to create a sip web phone that could call a phone number? Pin
Kuiamenh Martin9-Sep-15 16:50
Kuiamenh Martin9-Sep-15 16:50 
QuestionQuestion from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 10:12
professionalGuyThiebaut5-Sep-15 10:12 
AnswerRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 11:43
professionalUser 17164925-Sep-15 11:43 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 12:00
professionalGuyThiebaut5-Sep-15 12:00 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 12:22
professionalUser 17164925-Sep-15 12:22 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
GuyThiebaut5-Sep-15 19:51
professionalGuyThiebaut5-Sep-15 19:51 
GeneralRe: Question from a certain level of ignorance regarding modern web development practices Pin
User 17164925-Sep-15 23:36
professionalUser 17164925-Sep-15 23:36 
AnswerRe: Question from a certain level of ignorance regarding modern web development practices Pin
Kornfeld Eliyahu Peter5-Sep-15 20:43
professionalKornfeld Eliyahu Peter5-Sep-15 20:43 
JokeRe: Question from a certain level of ignorance regarding modern web development practices Pin
Kornfeld Eliyahu Peter6-Sep-15 3:42
professionalKornfeld Eliyahu Peter6-Sep-15 3:42 
QuestionDOM XSS and createElement() and getElementsByTagName() methods Pin
Supriya Tonape3-Sep-15 4:55
Supriya Tonape3-Sep-15 4:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.