Skip to content

Commit 727517d

Browse files
authored
Merge pull request #2749 from MarcGuay/patch-9
Update part3a.md
2 parents 5f88de2 + ee24a57 commit 727517d

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)