New submission from J Porter:
When using urllib2 to fetch page data from an https server, I found that only
the first 32768 characters of the download were retrieved. Other browsers
returned the full documents, so it does not appear to be a server issue. If
http, rather than https is used on
J Porter added the comment:
Here is the code (security info removed) and the output. I noticed that the
problem is a bit different between 2.6.5 and 2.7.3 (on one the use of
authentication is different) so I've included the output for both:
import urllib2
userData="Basic KEY