linux-cli-http.md
August 9, 2022 ยท View on GitHub
Linux, Command Line, HTTP Tools
- Complete the course "Linux Survival" (4 modules):
First Quiz

Second Quiz

Third Quiz

Fourth Quiz

- Read the articles about http requests:
- HTTP Basics
- URLs
- Methods (get, post, put, delete)
- Status codes (1xx, 2xx, 3xx, 4xx, 5xx)
- Format of HTTP messages
- HTTP connection
- Identification and authentication
- Hashing
Summary:
I have never been well-acquainted with with Linux before, but some commands were familiar to me, I used them before in bash. The tasks were very interesting and useful for me. I will use Linux OS in the future.
Two articles was very interesting for me and now it's clear, how occur interaction between client and server.