I'm looking for the simplest way to send a raw http string over the internet. I don't want to fiddle with header or cookie or contents properties, with methods and all the "nice" things there is. I want it to be just like Fiddler is:
You write your whole string on a textbox (1) and then click "Execute" (2). And you're done = PROFIT.
I just want to type some text, and have it sent. Nothing more, nothing less.
The Socket
class would be awesome if it didn't fail to send my messages to HTTPS servers, which is something that Fiddler, for instance, has no problem accomplishing.