Task 1
Request anatomy
HTTP requests include a method, path, headers, and sometimes a body. Responses include status codes that explain what happened.
Which HTTP status code usually means Not Found?
TEXT · 15 XP
Understand methods, headers, status codes, and cookies before touching tools.
HTTP requests include a method, path, headers, and sometimes a body. Responses include status codes that explain what happened.
Cookies are small pieces of state sent by browsers. In labs, they can help explain session behaviour.
MVP simulated lab control connected to a tiny Docker practice target for testing.