I'm building a dynamic document, and I have three things in my server plug-in. I have composed a text message with things like inventory count, and have two...
wanish@...
Mar 1, 2000 8:27 pm
11001
Many sites and their users can benefit from the provision of more than one http interface to a site - for example, the increasingly widespread bandwidth...
Tam Freestone-Bayes
tamagen@...
Mar 2, 2000 6:00 pm
11002
IMHO, this wouldn't be very useful. For example, my usual transfer rate to Qualcomm's servers is 200-400KB/s, but when I visit sites in Russia, I'm lucky to...
Dmitry Beransky
dberansky@...
Mar 2, 2000 6:21 pm
11003
You might want to review the work going on in Content Negotiation (conneg) Working Group http://www.imc.org/ietf-medfree/ Al...
Al Gilman
asgilman@...
Mar 3, 2000 12:58 am
11004
conneg's work is bounded to negotiation related to content features and does not include a registered feature tag for something like bandwidth or link speed....
hardie@...
Mar 3, 2000 9:11 am
11005
Since the traffic is generated by the servers, for the most part, shouldn't the server and its protocols be aware of bandwidth problems and self-limit the...
Kevin J. Dyer
kdyer@...
Mar 6, 2000 5:33 pm
11006
I have looked at it, and I plan on attending the BOF scheduled for the next IETF to discuss it further with the document authors. The authors certainly seem...
hardie@...
Mar 6, 2000 6:53 pm
11007
... What about the client that sits on a saturated 10/100 Mb Ethernet subnet? Where his or her throughput is directly related on how many co-workers are at...
Kevin J. Dyer
kdyer@...
Mar 6, 2000 10:21 pm
11008
Hi, I checked out the archive of this list and found a thread mentioning about Excite's search engine. I am looking for a FREE search engine to be used for my...
Sameer Singh Chabungb...
chabungs@...
Mar 7, 2000 11:18 am
11009
Hi, Is there a way to make the browser reload a page from server when the back-button is used. I have tried the "Pragma", "Cache-control" and "Expires"...
Christian Bøhn
chrb@...
Mar 7, 2000 8:07 pm
11010
... Umm... I suppose there are relevant hacks; maybe even standard techniques. But would you please assure us that you understand how inconvenient this is for...
Dan Connolly
connolly@...
Mar 7, 2000 9:25 pm
11011
Hi Dan ... This was discussed before on this list. I write (or at least I try) full blown applications using http/html. The fact that I can't tell the browser...
Grahame Grieve
grahame@...
Mar 7, 2000 10:53 pm
11012
Hi Christian, You should use the following three headers together: Cache-Control: no-cache Pragma: no-cache Expires: 0 In this way, you can get what you want....
HUI XIONG
xionghui@...
Mar 8, 2000 5:11 am
11013
A simple JavaScript should suit your needs. I dont have my book in front of me right now for specifics, but I do know there is a function called "onLoad" that...
William R Green
billg@...
Mar 8, 2000 5:14 pm
11014
... Yes, I have read "The Top Ten New Mistakes of Web Design", and I agree that it is annoying if the back-button doesn't respond at once, but sometimes I ...
Christian Bøhn
chrb@...
Mar 8, 2000 6:20 pm
11015
Hi, I have tried those headers, but without luck. I tried them again after clearing my browser cache, still not working. I tried your site, and it worked! The...
Christian Bøhn
chrb@...
Mar 8, 2000 6:20 pm
11016
... Are you sure that your server actually issued the headers? Some servers won't allow you to add spurious headers or headers that it already has set into...
Kevin J. Dyer
kdyer@...
Mar 8, 2000 7:48 pm
11017
... won't ... the ... Yes, I confirmed it by doing a request using Telnet, but the date header looked a little bit different than others I have seen. Could an...
Christian Bøhn
chrb@...
Mar 8, 2000 7:54 pm
11018
... I'm not sure how that would work. You can reload a page on in the onload, but that just leads to a cycle Hui Ziong's page http://137.132.96.195/vagent...
Grahame Grieve
grahame@...
Mar 8, 2000 8:22 pm
11019
... I would appreicate a pointer to the relevant part of the archive. Is this what you're referring to? How to destroy cache? Huan Liu (Tue, May 26 1998) ...
Dan Connolly
connolly@...
Mar 8, 2000 8:39 pm
11020
... That's one thing... ... ...oops, that's another. A browser is a user-agent, with more or less known capabilities (i.e. what it can and often does on behalf...
Arjun Ray
aray@...
Mar 8, 2000 9:23 pm
11021
... <bravo/> ... This thread has re-raised in my mind the wish for a public port in every browser process through which the browser accepts instructions in a...
William F. Hammond
hammond@...
Mar 8, 2000 10:32 pm
11022
... Sorry Dan, couldn't find it. Maybe it was another list. Couldn't find it in my mail archives either. Will send it to the list if I find it. Dan, you wrote,...
Grahame Grieve
grahame@...
Mar 8, 2000 10:46 pm
11023
I thingk you should write your own non-caching web-browser, (or just alter Mozilla.) Your problems is not with HTTP or HTML, but with your User Agent. I...
Russell Steven Shawn ...
roconnor@...
Mar 8, 2000 11:34 pm
11024
[Russell Steven Shawn O'Connor <roconnor@...>] ... Yes, this seems like a bit of an insurmountable problem. If you have control over the client,...
Ari Gordon-Schlosberg
regs@...
Mar 9, 2000 1:28 am
11025
... On the contrary, it *is* that simple... ... ... because there are indeed no *commands* related to caching. The model in the HTTP/1.1 spec is...
Arjun Ray
aray@...
Mar 9, 2000 2:15 am
11026
... No petulance here. And you may be right, the web may not support my application. But this attitude runs contrary to accepted wisdom, which is that the web...
Grahame Grieve
grahame@...
Mar 9, 2000 2:48 am
11027
Hi Grahame, I have checked the Web logs for your access records. You are right, you didn't get reload a page when you press the back button. As a matter of...
HUI XIONG
xionghui@...
Mar 9, 2000 3:47 am
11028
... Ah yes. The Golden Hammer. The real problem, though, is the obsession with the Mosaic spawn. "It's gotta work in Netploder". It's a state of mind and...
Arjun Ray
aray@...
Mar 9, 2000 3:55 am
11029
... This topic was raised in a wide ranging and interesting discussion in June-July 1999 under the thread "Tracking hits without cache-busting" and refined...