15 lines
378 B
Text
15 lines
378 B
Text
$ begin req %env HOST "127.0.0.1"% %env PORT 8080%
|
|
POST /%env FORM form% HTTP/1.1\r\n
|
|
Host: %env HOST 127.0.0.1%\r\n
|
|
Content-Type: multipart/form-data; boundary="boundary12345"\r\b
|
|
\r\n
|
|
-=-=boundary12345
|
|
Content-Disposition: form-data; name="username"
|
|
|
|
sid the sloth
|
|
-=-=boundary12345
|
|
Content-Disposition: form-data; name="password"
|
|
|
|
slothsecret
|
|
-=-=boundary12345-=-=
|
|
$ end req
|