Skip to content
Advertisement

Tag: www-authenticate

Python requests WWW-Authenticate missing in headers

I’m trying to access the WWW-Authenticate header after a GET request using Python’s requests library. When I do this in Postman it returns it but in Python it doesn’t. Python: headers: Postman: I’ve tried every headers param I can find but can’t seem to return the WWW-Authenticate response header which I need…any help would be much appreciated. Edit: Within Postman,

Advertisement