On Wed, Apr 22, 2020 at 6:51 AM <dcwhatthe at gmail.com> wrote: > > I'm pretty much there ; just have to account for other types of Authentication. E.g., for NTLM, I have this: > > response.raise_for_status Be aware that this line of code won't actually do anything. That's a method. ChrisA