Tagged Questions
4
votes
2answers
2k views
How do I send a custom header with urllib2 in a HTTP Request?
I want to send a custom "Accept" header in my request when using urllib2.urlopen(..). How do I do that?