... I have to confess I was experimenting with Expires as the same time, so I clearly fouled up the testing somewhere. What do you mean by "special reloads"? ...
Kee Hinckley
nazgul@...
Jun 1, 1995 9:29 am
9306
[NB: I seem to have really stirred up a hornets nest here - I don't think I've ever had so many replies to posting to _any_ mailing list! So I'm going to...
Jon Knight
J.P.Knight@...
Jun 1, 1995 10:12 am
9307
To the owner of the list : WWW-TALK Please remove TOM@... from the WWW-TALK list as this is no longer a valid e-mail address. Please confirm when...
Duty Adviser
ADVISER@...
Jun 1, 1995 12:24 pm
9308
... Question: last I looked, the body returned by a POST request was defined to be ignored; only the header elements told you what the new URL is. The ...
Darren New
dnew@...
Jun 1, 1995 2:44 pm
9309
Hi folks, maybe this has been answered before, but is there currently a method to force a document reload, say after a form has been processed. I suppose there...
www-talk@...
Jun 1, 1995 3:00 pm
9310
... Options: o Have the CGI script which processes the form return an HTML document o Use one of the browser APIs which are now available to force the browser...
Adrian John Howard
adrianh@...
Jun 1, 1995 3:27 pm
9311
This is an automatic reply. I will be out of the office until June 12. If you need a response sooner than that, please contact Catherine Rey at ...
Larry Lannom
lannom@...
Jun 1, 1995 4:00 pm
9312
What are some good Internet magzines I should subscribe to? Art Thirsting for Knowledge...
Mosley, Art
amosley@...
Jun 1, 1995 4:05 pm
9313
... I wonder if we should move away from the expires vs. cache issue and just explicitly disabling the cache. Netscape does this already with a pragma ...
www-talk@...
Jun 1, 1995 4:23 pm
9314
... Just have the CGI script that processes the FORM return the required document? Jon ...
www-talk@...
Jun 1, 1995 5:47 pm
9315
... Not true. I can determine the URL of the document either by passing it from the form to the script, or because I know what it's going to be ahead of time....
Kee Hinckley
nazgul@...
Jun 1, 1995 7:02 pm
9316
Does anyone know what is the current operational status of the www page-by-mail client (Agora) at w3.org. We've tried: listproc@... ...
mbeckham@...
Jun 1, 1995 11:08 pm
9317
Kee Hinckley writes: ... However, even ... There are problems with this approach. If you have a page A that contains a link in the form you suggest to...
www-talk@...
Jun 2, 1995 2:01 am
9318
... I highly recommend _Internet World_ by Mecklermedia[1]. I have found each issue that I got my hands on sufficiently interesting that I read it cover to...
Daniel W. Connolly
connolly@...
Jun 2, 1995 3:14 am
9319
... Please note the word "likely" - you wrote it yourself. The fact that something results from a CGI script doesn't qualify for immediate expiry. A proxy...
www-talk@...
Jun 2, 1995 3:15 am
9320
Hi folks. This is announce for wcol's beta05 and call for tester. Wcol: WWW Collector --- prefetching proxy server. Wcol is prefetching HTTP proxy server. ...
Kenichi Chinen
k-chinen@...
Jun 2, 1995 5:15 am
9321
"Victoria Baldwin" <csfb1!vbaldwin@...> wrote in ... e ... Provide the GIF image with an appropriate Expires header beforehand, sensible caches will...
www-talk@...
Jun 2, 1995 10:05 pm
9322
... Sorry, it's just coincedence. Netscape doesn't parse any Pragma: headers. It does honor expires though. It will also do special reloads if you send a...
www-talk@...
Jun 3, 1995 12:54 am
9323
Global Network Navigator (GNN) is looking to hire additional technical staff to develop new processes and tools, and work closely with GNN's editorial, design,...
www-talk@...
Jun 3, 1995 7:16 am
9324
... heh, so much for meaningful statistics from HTTP traffic to a web server.... Brian ...
www-talk@...
Jun 3, 1995 8:25 am
9325
... It makes you see funny things coming out of the walls of your office. Generally large pink elephants with fucia polka-dots. They can be particularly...
www-talk@...
Jun 3, 1995 9:33 am
9326
... How can proxy caches they tell the difference between a return from a CGI script and another document? Some returns from CGI scripts might well be static...
www-talk@...
Jun 3, 1995 3:41 pm
9327
... Returns from CGI scripts work fine (that was the first option I gave). The problem is when the CGI script does a redirect to another document, and that...
www-talk@...
Jun 3, 1995 5:56 pm
9328
... You should stop that before its too late. A 'magic cookie' in most cases is some token that gets passed back and forth between the client and the server....
www-talk@...
Jun 3, 1995 11:24 pm
9329
... The presence of my suggested expires header in 302 responses would serve to _enable_ cacheing, the draft http spec now implies that 302 responses should...
www-talk@...
Jun 4, 1995 12:51 am
9330
or: How to. Can anyone point me to a faq or somthing. Here's my best ... connection complete [...] GET thispath/thispage.html HTTP// pcw@......
www-talk@...
Jun 4, 1995 11:25 am
9331
... The http spec is your best source for this sort of info: <URL:http://www.ics.uci.edu/pub/ietf/http/> ... telnet foobar.com 80 GET /path/name.html HTTP/1.0 ...
www-talk@...
Jun 4, 1995 6:52 pm
9332
From: Charlie Brady <cbrady@...> Subject: Re: wcol-beta05, announce and call for teseter Date: Fri, 2 Jun 1995 14:59:32 +1000 (EST) ... Thanks. Is...
www-talk@...
Jun 4, 1995 11:41 pm
9333
... http://www.ics.uci.edu/pub/ietf/http/ is where I always start :) ... Close. METHOD URI HTTP-VERSION i.e. GET /thispath/thispage.html HTTP/1.0 (request...
www-talk@...
Jun 5, 1995 3:57 am
9334
... [....] ... They cannot tell the difference according to anything you can find in the current draft http spec. But there does exist a well-established, ...