Re: Cannot get request third time in a row - GetRequestStream() -



Piotrekk wrote:
I'm not using response in my connection.

If the server is working at all, there is always a response for each request. Even an error message (for example http 404) is a response.

--
Göran Andersson
_____
http://www.guffa.com
.



Relevant Pages

  • Re: Little problem with C program
    ... 'sizeof request' returns the size of a pointer, ... you need to do with HTTP.) ... > message "Reading response ..." ... That system puts the GET inside the function, so I call it like this: ...
    (comp.programming)
  • Technical Note by Amit Klein: Detecting and Preventing HTTP Response Splitting and HTTP Request Smug
    ... Detecting and Preventing HTTP Response Splitting ... This technique makes use of implicit information ... server, ...
    (Bugtraq)
  • Re: error inserting gif/jpg images
    ... Thank you for your response. ... After posting my request, I ... Brians diagnosis was corrupt converters and the ... >> Error message say unable to complete task. ...
    (microsoft.public.publisher)
  • major problem with web service on SOME machines
    ... Client found response content type of 'text/html', ... The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web browser to retry your request. ... An error message detailing the cause of this specific request failure can be found in the system event log of the web server. ... at System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(IAsyncResult asyncResult) ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Screen Scraping a Password Protected Site
    ... http traffic. ... cookies to a singleton CookieContainer and the once you have logged in ... If TypeOf request Is HttpWebRequest Then ... If TypeOf response Is HttpWebResponse Then ...
    (microsoft.public.dotnet.languages.vb)