Created
June 25, 2012 14:04
-
-
Save rogerz/2988838 to your computer and use it in GitHub Desktop.
IE file upload HTTP request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST / HTTP/1.1 | |
Accept: text/html, application/xhtml+xml, */* | |
Referer: http://ec2-23-20-227-204.compute-1.amazonaws.com:3000/ | |
Accept-Language: zh-CN | |
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) | |
Content-Type: multipart/form-data; boundary=---------------------------7dcf3a405aa | |
Accept-Encoding: gzip, deflate | |
Host: ec2-23-20-227-204.compute-1.amazonaws.com:3000 | |
Content-Length: 18271 | |
Connection: Keep-Alive | |
Cache-Control: no-cache | |
-----------------------------7dcf3a405aa | |
Content-Disposition: form-data; name="title" | |
title | |
-----------------------------7dcf3a405aa | |
Content-Disposition: form-data; name="image"; filename="COPYING" | |
Content-Type: text/plain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment