Get Request Using PyCurl after logging into website?

Obviously a dead thread, but if anyone else stumbles across this, funky data like that is most likely compressed with zlib or gzip. If you are using pycurl, this should do the trick: import pycurl ch = pycurl.Curl() ch. Setopt(pycurl.

URL, 'example.com') ch. Setopt(pycurl. ENCODING, '') ch.perform() Setting the ENCODING option to an empty string sets the 'Accept-Encoding' headers to all encodings supported by libcurl and tells libcurl to decode the response data.

OP was probably setting the headers manually and libcurl wasn't expecting encoded data.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions