Skip to content

Commit

Permalink
Update http-post.md
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
alawvt authored and bagder committed Oct 30, 2017
1 parent ef527a3 commit e115646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http-post.md
Expand Up @@ -174,12 +174,12 @@ Submitting such forms is a very common operation with curl; effectively, to have
curl fill in a web form in an automated fashion.

If you want to submit a form with curl and make it look as if it has been done
with a browser, it is important that to provide all the input fields from the
with a browser, it is important to provide all the input fields from the
form. A very common method for web pages is to set a few hidden input fields
to the form and have them assigned values directly in the HTML. A successful
form submission, of course, also include those fields and in order to do that
form submission, of course, also includes those fields and in order to do that
automatically you may be forced to first download the HTML page that holds the
form, parse it and extract the hidden field values so that you can send them
form, parse it, and extract the hidden field values so that you can send them
off with curl.

### Figure out what a browser sends
Expand Down

0 comments on commit e115646

Please sign in to comment.