Skip to content

Instantly share code, notes, and snippets.

View MatchTamlinsn's full-sized avatar

MatchTamlinsn

  • Amazon Web Services
  • Seattle, WA
  • 21:24 (UTC -07:00)
View GitHub Profile
@sp3c73r2038
sp3c73r2038 / post.py
Last active April 7, 2023 15:27
urlopen with proxy support
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import urllib
import urllib2
data = urllib2.urlencode({'foo': 'bar'})
r = urllib2.Request('https://www.google.com', # url
data, # post data