UrlDownloadToFile Equivalent for Firefox or Chrome

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
enter8
Posts: 102
Joined: 05 May 2016, 16:48

UrlDownloadToFile Equivalent for Firefox or Chrome

Post by enter8 » 15 Aug 2022, 18:47

I like Windows 7. I know, it's ancient and unsecure, but, it does what I need it to do. Up until now, UrlDownloadToFile has served me well, but I'm running into SSL issues trying to download a file ("Turn on TLS 1.0, TLS 1.1, and TLS 1.2 in Advanced settings")

I have a separate windows 10 box that downloads the file just fine. But that means I can only run the script on that box, which would be a hassle.

Chrome.ahk looks daunting. All I need is to download a single file. I'm open to any potential workaround.

User avatar
mikeyww
Posts: 26847
Joined: 09 Sep 2014, 18:38

Re: UrlDownloadToFile Equivalent for Firefox or Chrome

Post by mikeyww » 15 Aug 2022, 20:08

I have not tried this, but have you thought about enabling TLS?

enter8
Posts: 102
Joined: 05 May 2016, 16:48

Re: UrlDownloadToFile Equivalent for Firefox or Chrome

Post by enter8 » 15 Aug 2022, 21:16

mikeyww wrote:
15 Aug 2022, 20:08
I have not tried this, but have you thought about enabling TLS?
I tried every possible permutation of TLS and SSL. Also tried registry entries and every possible windows update. I can't get IE 11 to play with the site I'm trying to download from. Literally every other browser downloads the file perfectly fine.


enter8
Posts: 102
Joined: 05 May 2016, 16:48

Re: UrlDownloadToFile Equivalent for Firefox or Chrome

Post by enter8 » 15 Aug 2022, 22:09

As I said, I tried every windows update.

Is there no easy way to do a download via chrome? How about powershell? Is there any way that can be automated that doesn't go through the internet explorer engine? How about a command line, windows based browser?

User avatar
mikeyww
Posts: 26847
Joined: 09 Sep 2014, 18:38

Re: UrlDownloadToFile Equivalent for Firefox or Chrome

Post by mikeyww » 15 Aug 2022, 22:30

Hmm. Will need some experts here. Others, please chime in!

User avatar
rommmcek
Posts: 1473
Joined: 15 Aug 2014, 15:18

Re: UrlDownloadToFile Equivalent for Firefox or Chrome

Post by rommmcek » 16 Aug 2022, 23:40

Not sure if this will help, so try:
Spoiler

malcev
Posts: 1769
Joined: 12 Aug 2014, 12:37

Re: UrlDownloadToFile Equivalent for Firefox or Chrome

Post by malcev » 17 Aug 2022, 14:44

enter8, what is Your link?

ahk7
Posts: 575
Joined: 06 Nov 2013, 16:35

Re: UrlDownloadToFile Equivalent for Firefox or Chrome

Post by ahk7 » 17 Aug 2022, 16:13

Try wget or curl which you set to ignore https checks.

Post Reply

Return to “Ask for Help (v1)”