From 1934ea0c44c98ab30c0e2d5af4a8de23b17a80c4 Mon Sep 17 00:00:00 2001 From: HangerThem Date: Mon, 25 May 2026 16:36:17 +0200 Subject: [PATCH] Block 01, Week 01 fix POST request example --- block-01/week-01-the_web_under_the_hood/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block-01/week-01-the_web_under_the_hood/README.md b/block-01/week-01-the_web_under_the_hood/README.md index 3d1a4dd..30d5e3c 100644 --- a/block-01/week-01-the_web_under_the_hood/README.md +++ b/block-01/week-01-the_web_under_the_hood/README.md @@ -104,7 +104,7 @@ Content-Type: application/x-www-form-urlencoded Content-Length: 29 Cookie: session=abc123 -username=frank&password=1234 +username=user&password=1234 ``` And the response might look like: