mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:17:17 +03:00
docs/MANUAL: formfind.pl is not accessible on the site anymore
Fixes #2342
This commit is contained in:
parent
1b27fcfcf7
commit
ee84085924
1 changed files with 1 additions and 2 deletions
|
|
@ -298,8 +298,7 @@ POST (HTTP)
|
|||
|
||||
How to post a form with curl, lesson #1:
|
||||
|
||||
Dig out all the <input> tags in the form that you want to fill in. (There's
|
||||
a perl program called formfind.pl on the curl site that helps with this).
|
||||
Dig out all the <input> tags in the form that you want to fill in.
|
||||
|
||||
If there's a "normal" post, you use -d to post. -d takes a full "post
|
||||
string", which is in the format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue