Newest questions tagged c# - Stack Overflow
App allows a website to be read once but not twice [closed]
I have a C# app that reads the code from a submitted URL. When I run it to read just one URL, it works. However, when I try to read two, the first one is successful, but the second returns a 403 from the web server. usin
View original source