cURL time out error
I am using cURL for my .NET application (specifically curl.exe as a process), however CURL keeps giving me timeout errors, more specifically curl: (28) Connection time-out
, no matter which URL I use.
Is there a workaround for this, either an alternative to cURL for .NET? I have used WebClient & HTTPWebRequest, but it keeps giving me either 400 Bad Request errors or time out errors.
EDIT: However, WebClient & HTTPWebRequest works for simple requests but it keeps giving me those errors only if I start开发者_Go百科 using WebClient.UploadData.
精彩评论