1
00:00:02,070 --> 00:00:04,330
In this course section,

2
00:00:04,330 --> 00:00:09,330
we are going to leave the world of saving data or files.

3
00:00:10,020 --> 00:00:13,720
I mean, we will, technically, still save data and files

4
00:00:13,720 --> 00:00:17,320
but we'll not dive into different storage techniques

5
00:00:17,320 --> 00:00:18,860
or anything like this.

6
00:00:18,860 --> 00:00:21,110
Instead, in this course section,

7
00:00:21,110 --> 00:00:25,470
we're going to take a closer look at the HTTP requests

8
00:00:25,470 --> 00:00:29,460
that are sent to the server to do something.

9
00:00:29,460 --> 00:00:32,700
Because we're going to dive into Ajax

10
00:00:32,700 --> 00:00:37,090
and JavaScript-driven HTTP requests.

11
00:00:37,090 --> 00:00:40,770
And this very likely sounds extremely cryptic,

12
00:00:40,770 --> 00:00:42,950
and it's not clear what I mean by that.

13
00:00:42,950 --> 00:00:46,270
And therefore, of course, in this course section,

14
00:00:46,270 --> 00:00:50,170
we are going to explore what exactly Ajax

15
00:00:50,170 --> 00:00:54,800
and sending HTTP requests with JavaScript means

16
00:00:54,800 --> 00:00:58,250
and why we might need these features.

17
00:00:58,250 --> 00:01:01,830
And of course, we're not going to stop at the what and why,

18
00:01:01,830 --> 00:01:04,330
but instead in this course section,

19
00:01:04,330 --> 00:01:07,160
like in every other course section as well I guess,

20
00:01:07,160 --> 00:01:10,670
you are also going to learn how to use this feature.

21
00:01:10,670 --> 00:01:11,660
And we're going to learn

22
00:01:11,660 --> 00:01:16,120
how we can send JavaScript-driven HTTP requests,

23
00:01:16,120 --> 00:01:19,900
how we can send our own requests with our own data

24
00:01:19,900 --> 00:01:22,330
once we know why we might want to do that.

25
00:01:22,330 --> 00:01:25,580
And we're of course also going to explore how we can then

26
00:01:25,580 --> 00:01:29,970
handle responses that are being sent back from the server

27
00:01:29,970 --> 00:01:32,830
and how we can also handle possible errors

28
00:01:32,830 --> 00:01:34,033
we might be facing.

29
00:01:35,090 --> 00:01:37,160
So, plenty of things to cover.

30
00:01:37,160 --> 00:01:39,230
Let's dive right in and let's understand

31
00:01:39,230 --> 00:01:41,833
what exactly this course section is about.

