I'm working on an education piece of code and would like to know if there's a way to take vb.net, and hand-write in an http GET request, and have it spit back out the response.
i.e. I want to type:
GET http://www.google.com http/1.1\r\n
User-Agent: MyUserAgent
and have it spit back out the html it retrieves. Is this possible? or do I have to learn python or something lower-level?
thanks.
i.e. I want to type:
GET http://www.google.com http/1.1\r\n
User-Agent: MyUserAgent
and have it spit back out the html it retrieves. Is this possible? or do I have to learn python or something lower-level?
thanks.