Cannot Add Proxies

I am trying to add some proxies via the Global HTTP Settings, but for some reason, they are not listed after I bulk add them. I noticed the format is supposed to be IP, Port, Username and Password. But none of the proxies I have come with a username and password. They look something like this:

64.20.48.83:8080
111.13.109.27:80
212.126.107.182:65103
52.80.97.41:33862
110.74.222.183:53281
45.249.9.22:53281
196.40.124.210:53281
196.214.175.163:53281

Any help would be greatly appreciated. Thanks!

Hey, Tom.

I just noticed your post just now. Hopefully I understand your problem correctly. If so...

I believe there's a minor bug :bug: in the HttpSettings() wizard that requires a Username and Password for each proxy. If either is absent from a given proxy, the wizard simply discards the entry.

When using the wizard to add proxies (in bulk or individually), include temporary usernames & passwords such as:

64.20.48.83:8080:***user:password***
111.13.109.27:80:***user:password***

Once inserted into the cell, simply edit the resulting function to replace each instance of "user","password" with "","". You'll end up with something like this:

=HttpSettings(TRUE,,,,,,,,{"64.20.48.83:8080","","";"111.13.109.27:80","",""})

I hope this helps!

– Tim

Thank you for looking into this. I'll report it to Niels!

Thank you! That worked perfectly.

This has been fixed in next release.