Unencrypted Login Request is the type of security risk with possibility of stealing user login information such as usernames and passwords that are sent unencrypted to the server for the request.
Since some of the credentials used in a login process (for example: usernames, passwords, e-mail addresses, social security number, etc.) are personal and sensitive, it is recommended that they will be sent to the server over an encrypted connection (e.g. SSL).
Any information sent to the server as clear text, may be stolen and used later for identity theft or user impersonation.
In addition, several privacy regulations state that sensitive information such as user credentials will always be sent encrypted to the web site.
Since some of the credentials used in a login process (for example: usernames, passwords, e-mail addresses, social security number, etc.) are personal and sensitive, it is recommended that they will be sent to the server over an encrypted connection (e.g. SSL).
Any information sent to the server as clear text, may be stolen and used later for identity theft or user impersonation.
In addition, several privacy regulations state that sensitive information such as user credentials will always be sent encrypted to the web site.
Fix Recommendation for Unencrypted Login Request Error is , to use SECURE SOCKET LAYER (SSL) so that credentials like Username, Password ,Social Security number,Credit Card number is always sent encrypted to the server.
is there any other way to encrypt the request except ssl?
test