hurl/integration/tests_failed/file_unauthorized.hurl
2022-07-28 11:24:53 +02:00

21 lines
336 B
Plaintext

POST http://localhost:8000/post-file
file,/secret.txt;
HTTP/1.0 200
POST http://localhost:8000/post-file
file,../secret.txt;
HTTP/1.0 200
POST http://localhost:8000/post-file
[MultipartFormData]
file1: file,/secret.txt;
HTTP/1.0 200
POST http://localhost:8000/post-file
[MultipartFormData]
file1: file,../secret.txt;
HTTP/1.0 200