For BAS we need to use %% I guess, after trying all the things, this code worked.
for /D %%I in ("C:\BAS\Profiles\*") do @del /S /F /Q "%%I\Cache\*.*"
Thank you for helping @tet-vivi @super84
@spiral420 said in Proxy error:
It happens with every single proxy which I know works on all my projects. I don't know what to do
I don't know if this question is still relevant, but I will leave the answer for those who find this topic through google or a forum search.
I had this error too.
I was trying to figure out what the problem was and I saw in the proxy connection settings that BAS has the ability to detect the proxy time zone, geo, etc. It's not obvious, but it uses the TimeZone module.
The problem was that I disabled the TimeZone module. Most likely, you too :)
@PTANO1 said in Proxy IP Authentication:
209.127.191.180:9279
yes, I hope that you are entering the ip of the proxy, and not your computer. Check which ip you have allowed for these proxies and whether it corresponds to the ip of the computer on which you are running the BAS. Also check if this proxy works in a normal browser.