[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Missing HTTP Headers


> Client-Transfer-Encoding: chunked  <-- **missing from below**

> Content-Length: 123434  <-- **missing from above**

you don't need a Content-Length header of your client uses a chunked
transfer encoding, so these two are kinda mutually exclusive.
fortunately, you also don't need to know that - these are both headers
that apache sets for you when it generates the response.

it doesn't address your cookie issue, but you don't need to worry about
these headers in particular.

--Geoff


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.