Bird
0
0

You want to ensure a website always uses HTTPS even if a user types HTTP. Which method should you use?

hard📝 Application Q15 of 15
Intro to Computing - How the Internet Works
You want to ensure a website always uses HTTPS even if a user types HTTP. Which method should you use?
ADisable HTTP protocol on the user's browser
BSet up a redirect from HTTP to HTTPS on the server
CUse HTTP for all pages and HTTPS only for login
DAsk users to manually type HTTPS every time
Step-by-Step Solution
Solution:
  1. Step 1: Understand how to enforce HTTPS

    Redirecting HTTP requests to HTTPS ensures all traffic is secure automatically.
  2. Step 2: Evaluate other options

    Disabling HTTP on user browsers or manual typing is impractical; partial HTTPS use is insecure.
  3. Final Answer:

    Set up a redirect from HTTP to HTTPS on the server -> Option B
  4. Quick Check:

    Redirect HTTP to HTTPS = Set up a redirect from HTTP to HTTPS on the server [OK]
Quick Trick: Use server redirect to force HTTPS [OK]
Common Mistakes:
  • Thinking users must type HTTPS manually
  • Believing disabling HTTP on browsers is feasible
  • Using HTTP for some pages weakens security

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes