Re: HTTP problem, wrong characters sent (HTTP pro's needed!)



Hi,

thank you, your notes helped me very much!

You haven't implemented HTTP/1.1 Content-transfer-encoding: chunked, which is
mandatory and very commonly used in HTTP/1.1 server replies.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1

"All HTTP/1.1 applications MUST be able to receive and decode the "chunked"
transfer-coding, and MUST ignore chunk-extension extensions they do not
understand."

Some choices:

(1) Make HTTP 1.0 requests instead of 1.1.
(2) Implement chunked transfer-coding.
(3) Use an HTTP client library that understands it, for example cURL.

I took the first choice - taking v1.0 - it's simpler. Now it works
properly ,)

.



Relevant Pages

  • Re: TRACE used to increase the dangerous of XSS.
    ... > HttpOnly cookie feature in IE6SP1, ... HTTP protocol methods should be enabled on their sites. ... other than GET, POST, and HEAD requests. ... It's much easier for a concerned site admin to disable TRACE on servers ...
    (Bugtraq)
  • WebResponse multithreading
    ... through Http to get a lot of data. ... I've discovered multiple web requests sent by different threads are not ... I'd like to use sockets, but there's a problem with them, too: ... of transmission instead of returning 0 bytesCount. ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: http requests doest work - virus?
    ... > either the http server is not responding, or the request is not sent. ... Just http requests are not working. ... ResQ and Data Recovery Utilities ...
    (microsoft.public.security.virus)
  • Re: Proxy vulnerability in TrendMicro InterScan-VirusWall V3.6 - and 3.7 Build 1190
    ... > has been known to be an issue with plain HTTP proxies like the Squid ... Allows tunneling only for dedicated hosts/nets, others may only use port ... But unfortunately, on not allowed requests, the return code was "400 Bad ... Automatic pattern update sends an e-mail on every run, ...
    (Bugtraq)
  • [Full-Disclosure] Re: Proxy vulnerability in TrendMicro InterScan-VirusWall V3.6 - and 3.7 Build 119
    ... > has been known to be an issue with plain HTTP proxies like the Squid ... Allows tunneling only for dedicated hosts/nets, others may only use port ... But unfortunately, on not allowed requests, the return code was "400 Bad ... Automatic pattern update sends an e-mail on every run, ...
    (Full-Disclosure)