Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Why is POST not inherently more secure than GET?

  1. A Both are plaintext without HTTPS
  2. B POST data is always encrypted
  3. C GET is encrypted by default
  4. D POST bypasses the network
Answer

Both are plaintext without HTTPS

The reason to avoid credentials in GET is that URLs appear in browser history, server logs and referrer headers, not encryption.

All Php MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as