HTML Diff
4 added 20 removed
Original 2026-01-01
Modified 2026-02-21
1 - <p>1</p>
1 + <h2>Didn't find the right course?</h2>
2 - <a>Introduction</a><p>Learning about the course, its structure, tasks and goals</p>
2 + <p>Leave a request for a free consultation and get help choosing a learning program</p>
3 - <p>2</p>
3 + <p>Free</p>
4 - <a>HTTP 1.0</a><p>Learning HTTP basics, request structure, and the concepts of user-agent and DNS</p>
4 + <p>Leave a request </p>
5 - <p>3</p>
 
6 - <a>HTTP 1.1</a><p>Learning how HTTP 1.1 differs from version 1.0 and what is the concept of keep-alive</p>
 
7 - <p>4</p>
 
8 - <a>HTTP request body</a><p>Learning the body structure of requests and responses</p>
 
9 - <p>5</p>
 
10 - <a>Submitting forms</a><p>Learning how form data is sent in an HTTP request</p>
 
11 - <p>6</p>
 
12 - <a>Transfer-Encoding</a><p>Understanding the method of transferring data in chunks</p>
 
13 - <p>7</p>
 
14 - <a>Data transfer via a query string</a><p>Learning how to pass data to the server in the request line using the query string</p>
 
15 - <p>8</p>
 
16 - <a>Redirects</a><p>Understanding how redirects work in HTTP requests</p>
 
17 - <p>9</p>
 
18 - <a>Basic authentication</a><p>Learn how basic authentication works and how the browser reacts to a 401 code</p>
 
19 - <p>10</p>
 
20 - <a>Cookies</a><p>Understand how cookies work with the limitations of the stateless HTTP protocol</p>