Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which one of the following should not be used while sending passwords or other sensitive information?

a) GET
b) POST
c) REQUEST
d) NEXT

Answer: a
Explanation: The information sent from a form with the method GET is visible to everyone i.e. all variable names and values are displayed in the URL. So, it should not be used while sending passwords or other sensitive information.

Join The Discussion