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--
|