D
Deleted member 658642
Guest
Hey guys,
For the first auth, im passing the username and password in the URL and that seems to work fine. But for the second consecutive auth, I’ve tried doing the same but it just repeats the cycle. I’ve also tried handling the auth box as an alert which just ends up giving me an error that such an alert doesn’t exist.
The site I’m trying to access needs authentication twice in a row even if the first attempt is successful. Is there any better way to handle two consecutive auths or just the second one alone?
Right now, I gotta enter the creds manually for the second auth which besides being tiresome is also a little insulting lol.
I’m trying to do this in Python btw but I’d also appreciate any help in Java if that’s up your alley. Sorry if I haven’t explained anything in detail. Thanks again for the help.
Cheers.
For the first auth, im passing the username and password in the URL and that seems to work fine. But for the second consecutive auth, I’ve tried doing the same but it just repeats the cycle. I’ve also tried handling the auth box as an alert which just ends up giving me an error that such an alert doesn’t exist.
The site I’m trying to access needs authentication twice in a row even if the first attempt is successful. Is there any better way to handle two consecutive auths or just the second one alone?
Right now, I gotta enter the creds manually for the second auth which besides being tiresome is also a little insulting lol.
I’m trying to do this in Python btw but I’d also appreciate any help in Java if that’s up your alley. Sorry if I haven’t explained anything in detail. Thanks again for the help.
Cheers.