So i made a c# program that sends every 0.5 sec (changed it to every 30 sec now when i understood it stucked my internet) a request to a site (to get its html).
Now, even after i close the application the site just doesnt load up, it says that the site took to much time to respond…(all browsers) and its not that the website is gone if my friends try to enter, it works and even through proxy on my computer. could he somehow blocked me for to much requests? how can i enter it again?
Thanks,
Dan
Well yes, your code basically simulates a Denial of Service attack – any decent provider will sooner or later block you.