Hi everyone. I have a script that downloads and parses an HTTPS website. Up until recently, if I was logged into the site using safari, everything worked great with the script. however now, I think after apple’s latest security patch, It no longer works this way.
I have been trying to figure out how to download an HTTPS website using applescript or automator. I have used the normal https:username:passwrod@site.com/ but I I am getting messages that that ask me if I want to taransmit my username and password and I cannot seem to get past this message.
Does anyone have a way of downloading a secure site (then setting to a variable so it can be parsed) with applescript or automator or both?