Skip to content

Commit

Permalink
Fix wrong form entry name in browserlike.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OverShifted authored and bagder committed Jul 31, 2024
1 parent c2ce9bb commit 099d523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/browserlike.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In our imaginary case, the form tag looks like this:
<input type="hidden" name="id" value="bc76">
</form>

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
Expand Down

0 comments on commit 099d523

Please sign in to comment.