About 50 results
Open links in new tab
  1. .Net HttpWebRequest.GetResponse() raises exception when http status ...

    Mar 28, 2009 · .Net HttpWebRequest.GetResponse () raises exception when http status code 400 (bad request) is returned Asked 16 years, 11 months ago Modified 2 years, 7 months ago Viewed 192k times

  2. 500 internal server error at GetResponse() - Stack Overflow

    The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse () Does anybody have any idea about this error or can …

  3. Error Handling in System.Net.HttpWebRequest::GetResponse ()

    Mar 3, 2012 · I have a Powershell script that uses System.Net.HttpWebRequest to communicate with a remote host. I create the request, set properties accordingly and call getresponse() and …

  4. HttpWebRequest.GetResponse () keeps getting timed out

    HttpWebRequest.GetResponse () keeps getting timed out Asked 12 years, 9 months ago Modified 5 years, 2 months ago Viewed 102k times

  5. c# - System.Net.ProtocolViolationException: You must write ...

    Jul 8, 2015 · System.Net.ProtocolViolationException: You must write ContentLength bytes to the request stream before calling [Begin]GetResponse Ask Question Asked 10 years, 8 months ago Modified 9 …

  6. c# - How to get error information when HttpWebRequest.GetResponse ...

    I am initiating an HttpWebRequest and then retrieving it's response. Occasionally, I get a 500 (or at least 5##) error, but no description. I have control over both endpoints and would like the

  7. request - Masstransit GetResponse - Stack Overflow

    May 21, 2020 · I'm not able to get this work. I try implement the Response Pattern for Masstransit. I'm 100% sure there is only a detail missing. The Consumer receives my message but I get an timeout …

  8. xml - You must write ContentLength bytes to the request stream …

    You must write ContentLength bytes to the request stream before calling [Begin]GetResponse Ask Question Asked 12 years, 6 months ago Modified 7 years, 4 months ago

  9. WebRequest.GetResponse() is throwing error 401: Unauthorized

    As of right now I don't have access to the IIS settings so I couldn't enable Anonymous Authentication which is very possible why Cybernate's answer was not working for me. I did find however a simpler …

  10. Handling Errors from HttpWebRequest.GetResponse - Stack Overflow

    Sep 30, 2010 · Handling Errors from HttpWebRequest.GetResponse Ask Question Asked 16 years, 8 months ago Modified 15 years, 5 months ago