Top "Getresponse" questions

c# httpwebrequest getResponse() freezes and hangs my program

I was trying to use httpwebrequest to use a rest like service on a remote server and from the first …

c# httpwebrequest webrequest getresponse
Python http.client getaddrinfo failed

I am using http.client to try to read an xml file from a host. I would use urllib2, but …

python http python-3.3 httpconnection getresponse
WebRequest fails with "414 Request URI too long" in ASP.NET application

We have an ASP.NET application that requests an SSRS 2005 report in HTML format after passing the parameters for the …

c# iis reporting-services httpwebrequest getresponse
HttpWebRequest.GetResponse: "The underlying connection was closed: An unexpected error occurred on a receive."

I've written a C# Windows service (.NET Framework 3.5, C# 3.0) that posts files & HTML form information to a remote server, …

c# httpwebrequest timeout getresponse
getClass().getResource(resourcePath) valid on windows, null on Linux

I have a problem, this call URL fileURL = getClass().getResource(resourcePath); works on Windows (7 64b) but not on linux (Ubuntu 13.10 64…

java linux windows getresponse