Skip to content

Instantly share code, notes, and snippets.

@Alligator
Created December 19, 2011 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alligator/1499043 to your computer and use it in GitHub Desktop.
Save Alligator/1499043 to your computer and use it in GitHub Desktop.

Chrome Request

Headers

Origin http://glitch.goonscape.org
Accept-Encoding gzip,deflate,sdch
Accept-Language en-GB,en-US;q=0.8,en;q=0.6
Connection keep-alive
Content-Length 645
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.3
Host glitch.goonscape.org
User-Agent Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7
Content-Type multipart/form-data; boundary=----WebKitFormBoundaryll98wo4kyUhS5nv5
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer http://glitch.goonscape.org/
Cache-Control max-age=0

Body

------WebKitFormBoundaryll98wo4kyUhS5nv5
Content-Disposition: form-data; name="file"; filename=""
Content-Type: application/octet-stream
------WebKitFormBoundaryll98wo4kyUhS5nv5
Content-Disposition: form-data; name="url"
http://www.bbc.co.uk/food/images/food_1x1_304/chefs/ainsley_harriott_1x1.jpg
------WebKitFormBoundaryll98wo4kyUhS5nv5
Content-Disposition: form-data; name="chance"
75
------WebKitFormBoundaryll98wo4kyUhS5nv5
Content-Disposition: form-data; name="datalength"
4
------WebKitFormBoundaryll98wo4kyUhS5nv5
Content-Disposition: form-data; name="randseed"
420
------WebKitFormBoundaryll98wo4kyUhS5nv5--

Homero Request

Headers

Content-Length 636
Accept-Encoding identity
Host requestb.in
User-Agent Python-urllib/2.6
Connection keep-alive
Content-Type multipart/form-data; boundary=09cac4e81c73444ba60da1bf0de425aa

Body

 --c63ca168858b4022a19a21754d24c515
Content-Disposition: form-data; name="url"
Content-Type: text/plain; charset=utf-8

http://www.bbc.co.uk/food/images/food_1x1_304/chefs/ainsley_harriott_1x1.jpg
--c63ca168858b4022a19a21754d24c515
Content-Disposition: form-data; name="randseend"
Content-Type: text/plain; charset=utf-8

420
--c63ca168858b4022a19a21754d24c515
Content-Disposition: form-data; name="chance"
Content-Type: text/plain; charset=utf-8

75
--c63ca168858b4022a19a21754d24c515
Content-Disposition: form-data; name="datalength"
Content-Type: text/plain; charset=utf-8

4
--c63ca168858b4022a19a21754d24c515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment