'Python requests module to confirm popup "OK" to move forward with delete
I'm trying to delete an entry using requests.delete but it's not working.
I'm also stuck where I want to delete using the URL but there's a pop-up that asks for a confirmation, and it deletes once the user clicks ok.
database_url = 'https://****' response = requests.delete(database_url, auth=auth)
Is there any way I can get past that using request or some other library?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
