Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7919
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!feeder.erje.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!panix!roy |
|---|---|
| From | Roy Smith <roy@panix.com> |
| Newsgroups | comp.lang.python |
| Subject | debugging https connections with urllib2? |
| Date | Sat, 18 Jun 2011 14:57:31 -0400 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Lines | 8 |
| Message-ID | <roy-85CE29.14573118062011@news.panix.com> (permalink) |
| NNTP-Posting-Host | localhost |
| X-Trace | reader1.panix.com 1308423452 26797 127.0.0.1 (18 Jun 2011 18:57:32 GMT) |
| X-Complaints-To | abuse@panix.com |
| NNTP-Posting-Date | Sat, 18 Jun 2011 18:57:32 +0000 (UTC) |
| User-Agent | MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:7919 |
Show key headers only | View raw
We've got a REST call that we're making to a service provider over https using urllib2.urlopen(). Is there any way to see exactly what's getting sent and received over the network (i.e. all the HTTP headers) in plain text? Things like tcpdump and strace only have access to the encrypted data. We can't just switch to using http because the endpoint we're talking to (and don't have control over) refuses plain-text connections.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
debugging https connections with urllib2? Roy Smith <roy@panix.com> - 2011-06-18 14:57 -0400
Re: debugging https connections with urllib2? Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-06-18 21:40 +0200
Re: debugging https connections with urllib2? Roy Smith <roy@panix.com> - 2011-06-18 17:45 -0400
csiph-web