-
-
Notifications
You must be signed in to change notification settings - Fork 689
Expand file tree
/
Copy pathosx-firefox-3.6.http
More file actions
24 lines (20 loc) · 954 Bytes
/
osx-firefox-3.6.http
File metadata and controls
24 lines (20 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
POST /upload HTTP/1.1
Host: localhost:8080
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://localhost:8080/
Content-Type: multipart/form-data; boundary=---------------------------9849436581144108930470211272
Content-Length: 438
-----------------------------9849436581144108930470211272
Content-Disposition: form-data; name="title"
Weird filename
-----------------------------9849436581144108930470211272
Content-Disposition: form-data; name="upload"; filename=": \ ? % * | " < > . ☃ ; ' @ # $ ^ & ( ) - _ = + { } [ ] ` ~.txt"
Content-Type: text/plain
I am a text file with a funky name!
-----------------------------9849436581144108930470211272--