Jul-23-2021, 10:39 PM
Hi,
I've an index.html page stored in a protected folder, how do I get to it?
The code below doesn't work.
TIA
I've an index.html page stored in a protected folder, how do I get to it?
The code below doesn't work.
TIA
1 2 3 4 5 6 7 |
import requests values = { 'username' : 'user' , 'password' : 'pass' } r = requests.post(url, data = values) print (r.content) |