> Den 09/12/2014 kl. 14.39 skrev Collin Anderson <[email protected]>: > My first guess is that it's using NTLM authentication instead of basic auth. > If you curl -i http://portal:8080/ what "authenticate" headers do you get? > > Also, you should consider upgrading to python 2.7 if you haven't :)
And nobody should need to look at urllib code anymore, either :-) Use requests instead, and https://github.com/requests/requests-ntlm if you need NTLN authentication. Erik -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/49DA6B8A-5E0C-4994-955A-84C3865A3B0A%40cederstrand.dk. For more options, visit https://groups.google.com/d/optout.

