I have a problem with sockets, I send an http request but the server receive this request three times (from logs of server)...I'm sure that from my code the request is executed only once (from logs of my app). I considered to send the http request via browser and then intercept the response from browser. There is any way to do this?