hurl/integration/tests_failed/file_unauthorized.hurl

22 lines
321 B
Plaintext
Raw Normal View History

POST http://localhost:8000/post-file
file,/secret.txt;
2022-11-11 16:25:00 +03:00
HTTP 200
2022-07-22 20:40:00 +03:00
POST http://localhost:8000/post-file
file,../secret.txt;
2022-11-11 16:25:00 +03:00
HTTP 200
2022-07-22 20:40:00 +03:00
POST http://localhost:8000/post-file
[MultipartFormData]
file1: file,/secret.txt;
2022-11-11 16:25:00 +03:00
HTTP 200
2022-07-22 20:40:00 +03:00
POST http://localhost:8000/post-file
[MultipartFormData]
file1: file,../secret.txt;
2022-11-11 16:25:00 +03:00
HTTP 200