From 099d523dafa30827aa1354120d8baf44a2c03ed0 Mon Sep 17 00:00:00 2001 From: OverShifted Date: Sun, 28 Jul 2024 07:47:13 +0000 Subject: [PATCH] Fix wrong form entry name in browserlike.md --- http/browserlike.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/browserlike.md b/http/browserlike.md index 24c0b75598..fa5127de91 100644 --- a/http/browserlike.md +++ b/http/browserlike.md @@ -60,7 +60,7 @@ In our imaginary case, the form tag looks like this: -There are three fields of importance. **text**, **secret** and **id**. The +There are three fields of importance. **user**, **secret** and **id**. The last one, the id, is marked `hidden` which means that it does not show up in the browser and it is not a field that a user fills in. It is generated by the site itself, and for your curl login to succeed, you need extract that value