vessel/scripts/q/forms/multipart.session
Ari Archer 83971eddfc
Add session forms.
Signed-off-by: Ari Archer <ari@ari.lt>
2024-12-09 23:17:40 +02:00

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