hurl/integration/tests_failed/file_unauthorized.hurl
2022-11-11 14:25:00 +01:00

22 lines
321 B
Plaintext

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