Comment 3 for bug 318112

Revision history for this message
Leonard Richardson (leonardr) wrote :

It would be good if you could run this code:

import httplib2
httplib2.debuglevel = 1

That will print out the HTTP requests and responses as they're made. When you get a 401, paste the request and response that caused the 401 into this bug.