So I\'m looking into urllib3 because it has connection pooling and is thread safe (so performance is better, especially for crawling), but the documentation is... minimal to
You need to set 'Cookie' not 'Set-Cookie', 'Set-Cookie' set by web server.
'Cookie'
'Set-Cookie'
And Cookies are one of headers, so its nothing wrong with doing that way.