From 0c8f749f78e98ec4e1670a96c831ae1f5625377b Mon Sep 17 00:00:00 2001 From: louiscooper136 Date: Thu, 25 Apr 2024 20:25:28 -0400 Subject: [PATCH] init commit for checkpoint 1. --- notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/notes.md b/notes.md index 3a338be..f1f38ab 100644 --- a/notes.md +++ b/notes.md @@ -7,6 +7,16 @@ about the meaning of the line, and some situation in which it might be useful. You are welcome to research the meanings of these headers, but it's also fine to speculate for now. +Line 1: THat is just pointing to the URL of the server + +Line 2: A GET request is establishing contact from your computer to the server via teh HTTP protocol. + +Line 6: This is telling us the host name of the server, im not sure how it differs from the first line + +Line 13: This is useful to know how much data is in the request, but is that content or something else? + +Lne 23: Thats the beginning of the content in a dictionary or tuple I think. + ## Checkpoint 2 The goal of this checkpoint is to see what status codes you can get back from the riddle server. Paste below several `http` requests and the status codes