enricorossi.org

Enrico Rossi


Articles in the python category

Urllib3 json cookie

Tags: cookies, howto, json, python

Login with a Json authentication into an https server with TLSv1 only SSL connection capabilities.

Python has 3 different urllib library in order to manipulate http connections, which unfortunately are not the evolution of the same project. Plus there are others libraries based on these as well.

The urllib2 has …

Read more...