I would like to emulate an http 1.1 server response. The intention is to send data in a JSON with a single http request from a .NET app. I am able to receive the request headers and the content with ServerSocket but then immediately the connection is terminated and I cannot send the response. Anyone can help with this?
Thanks
Thanks