generated from mwc/lab_riddles
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.
2.1 KiB
2.1 KiB