7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
export REQUEST_METHOD=POST
|
|
export CONTENT_LENGTH=619
|
|
export CONTENT_TYPE=multipart/form-data
|
|
export HTTP_COOKIE="session=18fd56a83f"
|
|
cat post.example.formdata | ./testpost.jet
|