Skip to content

Commit ee24a57

Browse files
authored
Update part3a.md
It seems like this paragraph is meant to be part of the sidenote since it's talking about missing Content-Type headers
1 parent da7fbde commit ee24a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/3/en/part3a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,8 @@ Postman also allows users to save requests, but the situation can get quite chao
717717
>
718718
> Problems can occur with the VS REST client if you accidentally add an empty line between the top row and the row specifying the HTTP headers. In this situation, the REST client interprets this to mean that all headers are left empty, which leads to the backend server not knowing that the data it has received is in the JSON format.
719719
>
720-
721-
You will be able to spot this missing <i>Content-Type</i> header if at some point in your code you print all of the request headers with the _console.log(request.headers)_ command.
720+
>
721+
> You will be able to spot this missing <i>Content-Type</i> header if at some point in your code you print all of the request headers with the _console.log(request.headers)_ command.
722722
723723
Let's return to the application. Once we know that the application receives data correctly, it's time to finalize the handling of the request:
724724

0 commit comments

Comments
 (0)