Re: Lots of noise about user agent strings
On Jun 15, 8:11 pm, "Richard Cornford" <Rich...@litote s.demon.co.uk>
wrote:
and I keep asking within this thread why one request header has to be
particularly mistrusted and some other request header has to be
particularly trusted? - given the same amount of work involved to
alter or to spoof either one client-side?
the second question everyone failed to answer so far is why User-Agent
spoofing has to be considered as a decisive reason to not use User-
Agent: but client caps spoofing is considered as not a big deal. In
the realm of practical programming the situation is right opposite.
compare for instance the listed procedures to alter User-Agent for say
Gecko or IE and now with a code like:
window.ActiveXO bject = new Function;
or
window.opera = new Object;
(shudder + surprised look on my face)
On Jun 15, 8:11 pm, "Richard Cornford" <Rich...@litote s.demon.co.uk>
wrote:
Peter Michaux wrote:
<snip>
<snip>
>
<snip>
<snip>
>
The Microsoft KB article asserts that the issue was introduced in a
security update for IE, and then fixed in a patch, so the issue is with
IE installations that have had some updates but are not up to date, or
non-updated installations of versions released between the introduction
of the security update and the issuing of the patch. Microsoft don't
seem very keen to let the reader know which security update introduced
the issue (so we can know the length of the interval between its release
and the patch that fixed its bugs) or the size of the downloads in
question.
>
>
But the Accept Encoding string not the User Agent string.
On Jun 1, 11:48 am, VK wrote:
On Jun 1, 10:19 pm, Richard Cornford wrote:
>Peter Michaux wrote:
>>On May 29, 4:19 pm, Richard Cornford wrote:
>>>Peter Michaux wrote:
>Peter Michaux wrote:
>>On May 29, 4:19 pm, Richard Cornford wrote:
>>>Peter Michaux wrote:
>>I believe that the issue is that IE6 claims it can accept
>>gzip but in actual fact it cannot due to a decompression bug.
>>gzip but in actual fact it cannot due to a decompression bug.
>>This bug may only apply to files over a certain size.
>Are we in the realm of rumour and folk-law or are there
>demonstrable facts behind this assertion? ...
>demonstrable facts behind this assertion? ...
That is in reference tohttp://support.microso ft.com/kb/837251
This must have been it. It is good to know the issue is gone
in new or updated browsers but the general problem still exists.
in new or updated browsers but the general problem still exists.
The Microsoft KB article asserts that the issue was introduced in a
security update for IE, and then fixed in a patch, so the issue is with
IE installations that have had some updates but are not up to date, or
non-updated installations of versions released between the introduction
of the security update and the issuing of the patch. Microsoft don't
seem very keen to let the reader know which security update introduced
the issue (so we can know the length of the interval between its release
and the patch that fixed its bugs) or the size of the downloads in
question.
>
The server cannot feature test the client directly (at least not
easily) and does need to rely on the strings it is sent.
easily) and does need to rely on the strings it is sent.
But the Accept Encoding string not the User Agent string.
particularly mistrusted and some other request header has to be
particularly trusted? - given the same amount of work involved to
alter or to spoof either one client-side?
the second question everyone failed to answer so far is why User-Agent
spoofing has to be considered as a decisive reason to not use User-
Agent: but client caps spoofing is considered as not a big deal. In
the realm of practical programming the situation is right opposite.
compare for instance the listed procedures to alter User-Agent for say
Gecko or IE and now with a code like:
window.ActiveXO bject = new Function;
or
window.opera = new Object;
(shudder + surprised look on my face)
Comment