Learning HTTP Requests - A Mini HTTP Exercise
While learning HTTP in Detail, I thought it’d be fun to put it to the test in the terminal. Here’s a quick exercise to practice learning HTTP Requests, Responses and Headers. Difficulty: Easy – new to Linux. Environment: local Debian-based Linux installation e.g. Ubuntu in VirtualBox. Commands: git, python3, cd, mkdir, wget. Steps Here’s everything you need to do, note, you’ll need two terminals to do this: Terminal 1: git clone https://github....