File: osx-safari-5.http

package info (click to toggle)
node-formidable 1.2.1%2B20200129git8231ea6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,704 kB
  • sloc: javascript: 4,128; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
POST /upload HTTP/1.1
Host: localhost:8080
Origin: http://localhost:8080
Content-Length: 383
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryQJZ1gvhvdgfisJPJ
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Referer: http://localhost:8080/
Accept-Language: en-us
Accept-Encoding: gzip, deflate
Connection: keep-alive

------WebKitFormBoundaryQJZ1gvhvdgfisJPJ
Content-Disposition: form-data; name="title"

Weird filename
------WebKitFormBoundaryQJZ1gvhvdgfisJPJ
Content-Disposition: form-data; name="upload"; filename=": \ ? % * | %22 < > . ? ; ' @ # $ ^ & ( ) - _ = + { } [ ] ` ~.txt"
Content-Type: text/plain

I am a text file with a funky name!

------WebKitFormBoundaryQJZ1gvhvdgfisJPJ--