I am trying to post my data using HTTPWebRequest to third party WebAPI. My data gets posted successfully, however in my error log I see a log saying The operation has timed out in (HttpWebResponse)request.GetResponse().
I am unable to find out why though my data is posted successfully. Any suggestions?
Thanks in advance.