jkissane2 ab75cc8b19 Finished Lab N-1 Riddles Checkpoints 1-3
One internet-enabled service I use regularly is Google Classroom.
I often will post an assignment, students can view the assignement, then
submit their work online. I hypothesize that when I post an assignment,
my computer sends an HTTP POST request to the Google Classroom server.
When students view the assignment, their computers send an HTTP GET
request to the server to retrieve the assignment details, which are then
displayed on their screens. When students submit their work, another
HTTP POST request is sent to the server with their submission data,
which is then stored and associated with their account.

This lab's exploration of requests and responses has helped me
understand what happens behind the scenes when I use
technology or any platform.I now understand that every time I interact
with an app or website, there are multiple HTTP requests and responses
happening.
2026-02-14 09:18:35 -05:00
2026-02-13 02:34:22 +00:00
2026-02-13 02:34:22 +00:00
2026-02-13 02:34:22 +00:00
2026-02-13 02:34:22 +00:00
2026-02-13 02:34:22 +00:00
Description
No description provided
36 KiB
Languages
Python 100%