centip3de wrote:fashizzlepop wrote:Sorry, cent, but you're wrong. To just send and receive HTTP requests you only have to open a socket and send the data appropriately. No server needed on your end.
I have no idea how to go about this in VB.net. With that said, if you can figure out how to do ANY HTTP requests, you should be able to do a post or get by just constructing your header and request properly.
Here's the RFC but it's kinda bulky.
This might be easier to understand.
Otherwise Google HTTP Requests (optionally add in VB.net to your search).
I suppose it's all about how you define a server; in my mind, a server is something that takes and handles incoming requests, and unless you plan on sending data to nothing, you're going to need some version of a server. Granted you can send them to already set up servers, but you would still need a server.
The host that I'm trying to send packet is a website. I'm trying to make a simple communication througth tcp sockets via hyper text transfer protocol. Isn't Apache supposed to a server? Thanks for answers


