John Jerrby
John Jerrby

Reputation: 1703

browser pop-up request password which visible

I use some customer landscape and to login to some server I've some popup which ask to provide user password to sys that I want to connect. while open the debug option in chrome I see in the request payload the password which I typed in the UI pop-up.

  1. is it security issue?
  2. if yes what are the recorded way to omit this part ? encrypt ?

Upvotes: 0

Views: 108

Answers (1)

Quentin
Quentin

Reputation: 944005

The ability of the person typing the password into the browser to see what that password is is not a security issue.

(If the password isn't sent to the server in an encrypted form, then that would be an issue, but nothing you've said indicates that that is the case.)

Upvotes: 2

Related Questions