[Httplib2-discuss] httplib2 and cookies
Status: Beta
Brought to you by:
jcgregorio
From: Igor F. <igo...@gm...> - 2006-11-26 18:22:21
|
Hi Joe, I was looking to use httplib2 for it's easy integration with the Google authentication system. However I need to be able to handle cookies as well, is there a simple way to make httplib2 handle cookis? Another problem I hit is that when I send a request that hits a continual redirect there is no way for me to extract the server's response after the httplib2.RedirectLimit has been thrown. Am I missing some apparent way I can access it? Thanks, Igor |