You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to send two send parameters to server but it is getting either unresponsive or sending error "Error getting the request"
sprintf(request, "GET /get.php?did=%s&pulse=%s HTTP/1.1\r\nHost: %s\r\n\r\n",one,target_gps_data, host);
I am trying to send two send parameters to server but it is getting either unresponsive or sending error "Error getting the request"
sprintf(request, "GET /get.php?did=%s&pulse=%s HTTP/1.1\r\nHost: %s\r\n\r\n",one,target_gps_data, host);