Posts by Ricardo Campos • 1 point
2 posts
-
0
votes1
answer208
viewsA: How do I log in automatically through a get, with the Request library in python?
Good afternoon I managed to connect, now to the problem is to get was in XML, now the problem and other, to get the data connected as follows http://usuario:[email protected]........./ / / and sent…
-
-2
votes1
answer208
viewsQ: How do I log in automatically through a get, with the Request library in python?
Code: import requests username = 'admin' password = 'admin' headers = {'login': username, 'password': password } url = 'http://192.162.1.122/ISAPI/Event/notification/httpServers/ID' r =…