diff --git a/notes.md b/notes.md index aadcba7..df24d8d 100644 --- a/notes.md +++ b/notes.md @@ -26,3 +26,12 @@ This looks like the response provided a dictionary? 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 they return. + +http -v open https://riddles.makingwithcode.org/all +HTTP/1.1 405 Method Not Allowed + +http -v get https://riddles.makingwithcode.org/ +HTTP/1.1 404 Not Found + +http -v post https://riddles.makingwithcode.org/new +HTTP/1.1 400 Bad Request