@badnguyenky said in Check for updates on customer side?:
I sent my standalone app that built from my script to customer, they are not install BAS.
Do you have a BASPremium license ?
I run 200 threads + and I use GET status of a certain website. if status returned 200 (that means website online) then means i have internet i can continue script.
if i dont do this my scripts will continue without net and they will waste resources that I gathered
problem with my approach is that it constantly connects to that website 50times per sec.. it will get IP ban sooner or later.
how to deal with it?