Good afternoon, I've been trying for a while and I do not see that I'm approaching the solution.
I need to send a url of the type www.dominio.com for the server to return www.dominio.com/index.html, for example. Come on, the domain default page.
As I have the logic, using a webbrowser object would complicate my life a lot, instead, any other class like HttpWebResponse, WebClient or whatever you want, serves me.
Thank you very much in advance.