Re: XmlHttpRequest not loading latest version of xml
- From: Thomas 'PointedEars' Lahn <PointedEars@xxxxxx>
- Date: Tue, 29 Nov 2005 01:01:44 +0100
Randy Webb wrote:
> Thomas 'PointedEars' Lahn said the following on 11/28/2005 9:50 AM:
>> Matt Kruse wrote:
>>> Sending proper HTTP headers is good also, but the browser may choose to
>>> ignore them and the user may not have any ability to make sure they are
>>> correct.
>>
>> Your logic is flawed. Sending identifying HTTP headers _in that case_
>> would make _no_ difference.
>
> NO, his logic is not flawed. You can specify and send any header you
> want.
However, sending identifying HTTPs header _and_ change the URI would not
make any difference, hence it would not be any better then changing only
the URI. In fact, that would be a complete waste of bandwidth.
> That doesn't mean the browser is going to follow that advice.
That was not was he argued, read again.
> Theory: You set a header, the browser honors it.
> Reality: You set a header, you hope the browser honors it and some don't.
Browsers that do not honor protocol headers that are specified as "MUST be
handled" even in the very first version of that protocol are completely
broken and should not be supported anyway. Fortunately, there is no such
widely supported user agent, including IE.
>>> Except in very specific situations, sending a unique url is still the
>>> best and most consistent option.
>>
>> No, it is not.
>
> Yes it is. It is reliable and dependable.
Perhaps. Which does not make it a Good Thing since there is a
far better alternative, which is also reliable, is available.
>> In all situations the best option is to identify the age of the resource.
>
> That is not always reliable nor dependable. If it were, this discussion
> wouldn't even be being had.
No, the OP any many participants in this discussion, including you, did
not or refuse(d) to know that there are "MUST handle" HTTP headers that
achieve the very same in a far better way than URL modification could.
PointedEars
.
- Follow-Ups:
- Re: XmlHttpRequest not loading latest version of xml
- From: Randy Webb
- Re: XmlHttpRequest not loading latest version of xml
- From: Thomas 'PointedEars' Lahn
- Re: XmlHttpRequest not loading latest version of xml
- References:
- Re: XmlHttpRequest not loading latest version of xml
- From: Thomas 'PointedEars' Lahn
- Re: XmlHttpRequest not loading latest version of xml
- From: King Wilder
- Re: XmlHttpRequest not loading latest version of xml
- From: Thomas 'PointedEars' Lahn
- Re: XmlHttpRequest not loading latest version of xml
- From: kwilder
- Re: XmlHttpRequest not loading latest version of xml
- From: Thomas 'PointedEars' Lahn
- Re: XmlHttpRequest not loading latest version of xml
- From: Matt Kruse
- Re: XmlHttpRequest not loading latest version of xml
- From: Thomas 'PointedEars' Lahn
- Re: XmlHttpRequest not loading latest version of xml
- From: Randy Webb
- Re: XmlHttpRequest not loading latest version of xml
- Prev by Date: Re: generated pop-up window title not working
- Next by Date: Re: XmlHttpRequest not loading latest version of xml
- Previous by thread: Re: XmlHttpRequest not loading latest version of xml
- Next by thread: Re: XmlHttpRequest not loading latest version of xml
- Index(es):
Relevant Pages
|