Search found 1 match

by BlueSkyTrawler
Tue Dec 07, 2021 9:42 am
Forum: IP Cameras
Topic: Authentication Examples?
Replies: 8
Views: 4387

Re: Authentication Examples?

So here is what I used to get Digest Authentication Working in Python. import requests from requests.auth import HTTPDigestAuth auth = HTTPDigestAuth ( [username],[password] ) #Move Right Command, note the auth added to the end. r=requests.get('http:// [cam ip] /cgi-bin/ptz.cgi?action=start&chan...