Possible problem with web server responses: I receive responses such as the following from a web server: *** [tid=10e 108] Receiving response ( 30/8/2000...
Jim Witt
JWitt@...
Sep 1, 2000 3:52 pm
11194
... No... but a client should handle it properly (close the connection). Are you by any chance using a servlet engine attached to that webserver? Nic...
Nic Ferrier
nferrier@...
Sep 1, 2000 4:40 pm
11195
I respectfully disagree. While RFC 2616 doesn't mention specifically how to handle such a situation, it does mention that the order of individual field values...
Fish
fish@...
Sep 2, 2000 4:10 am
11196
... Where are you getting that from. I can only see this in RFC2616 section 4.2: "Multiple message-header fields with the same field-name MAY be present in a...
Nic Ferrier
nferrier@...
Sep 2, 2000 12:04 pm
11197
Are you saying then, Nic, that if someone requests to the maitre d' of a restaurant that they wish to be seated in the smoking section, and immediately after...
Fish
fish@...
Sep 2, 2000 1:01 pm
11198
... I have. Several times. Quite closely. Hell, I *had* to in order to be able to develop the HTTP/1.1 compliant proxy server I wrote. RFC 2616 says nothing...
Fish
fish@...
Sep 2, 2000 4:40 pm
11199
... What about this? "Multiple message-header fields with the same field-name MAY be present in a message if and only if the entire field-value for that header...
Nic Ferrier
nferrier@...
Sep 2, 2000 5:24 pm
11200
Another reason why the UA should pay more attention to the "close" value of the Connection header than the "keep-alive" value is that if the client keeps the...
Nic Ferrier
nferrier@...
Sep 2, 2000 6:02 pm
11201
... What about it? ... Yes you certainly did. ... Middle of page 22, as a matter of fact. ... Or put another way: it doesn't. The paragraph you quote describes...
Fish
fish@...
Sep 2, 2000 8:24 pm
11202
... So? ... How? The connection's been closed. ... So? ... Please explain how a user is *negatively* impacted by a client keeping a persistent connection open...
Fish
fish@...
Sep 2, 2000 9:03 pm
11203
... "close" ... if ... delay ... connection ... So that's not very user friendly - generally produces a delay in the UA whilst it waits for the next response....
Nic Ferrier
nferrier@...
Sep 2, 2000 10:31 pm
11204
Hi , I have written a JavaScript method in HTML file which performs HTTP post operation as shown below - function go() { ...
Mukul Gandhi
mukulw3@...
Sep 5, 2000 6:08 am
11205
<snip> ... Why use javascript at all? Just do it using forms: <FORM METHOD="POST" ACTION="http://server/cgi-script"> <INPUT NAME=field1 TYPE=hidden...
Fish
fish@...
Sep 5, 2000 6:52 am
11206
... Yes. Since you can do it in HTML, you should. See Checkpoint 6.3 in <http://www.w3.org/TR/WAI-WEBCONTENT/#gl-new-technologies>. Al...
Al Gilman
asgilman@...
Sep 5, 2000 1:45 pm
11207
Mukul, if you want to do other things with Javascript (for example, form validation) on submitting the form, and you are just giving sample code to describe...
Igor Clark
igor.clark@...
Sep 5, 2000 3:51 pm
11208
... . . . ... A reference which IMO, at some risk of redundancy, should be amended to ... William F. Hammond Dept. of Mathematics &...
William F. Hammond
hammond@...
Sep 5, 2000 7:06 pm
11209
Are there any tools for testing the conformance of a server to the HTTP 1.1 specification? I've spent a while prowling for such things (yes, even searching...
Trevor Russ
TrevorR@...
Sep 7, 2000 9:32 pm
11210
I agree with the comments posted by others, regarding avoiding javascript if you can do it with html. INPUT TYPE="image" elements are probably the best way to...
John Hardy
jh@...
Sep 8, 2000 12:08 am
11211
Dear Trevor, ... There isn't a specific and complete Test Suite for HTTP. We have planned at W3C to do one. It will be one of our goal for the quality ...
... Yes, and we do, but this one got through somehow. I'm looking into it. If you ever have administrative questions about a list, please send mail to the...
Gerald Oskoboiny
gerald@...
Sep 8, 2000 7:47 pm
11214
***** This is an HTML Message ! *****...
Vic Beris
dklp@...
Sep 15, 2000 5:17 pm
11215
Hi I am working on a school project and have to build a proxy. When I forward the client GET request to the server, I dont get a response - I am reading at...
Raghav Ramesh
raghav@...
Sep 17, 2000 1:42 am
11216
See: "HTTP Made Really Easy -- A Practical Guide to Writing Clients and Servers" http://www.jmarshall.com/easy/http/ "Fish" (David B. Trout) fish@......
Fish
fish@...
Sep 17, 2000 12:49 pm
11217
Hello! Usually the response comes through the same socket as the request. Perhaps your request is not correctly terminated (i.e. you didn't send \r\n twice...
Julian Kurz
webmaster@...
Sep 17, 2000 1:15 pm
11218
Hello, I've to do the decoding of protocol RTP & RTCP. But in the given RFc's, it's not mentioned of wht to use for decoding.Is it tht we have to use ASN.1...
Megha
megha@...
Sep 18, 2000 5:24 am
11219
Accepting credit cards for your business has never been so easy & affordable! Our specialty is establishing your merchant account! NO APPLICATION FEE! NO...
Oscar Jinsin
bknp@...
Sep 18, 2000 11:26 pm
11220
THE PROGRAM $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ INCREDIBLE $0 to $50,000 in 90 days!!! Dear Friend, You can earn $50,000 or more in next the 90 days...
yyz22p@...
Sep 26, 2000 1:52 am
11221
The HTTP header If-Modified-Since seems to cover a client requesting if the file has been updated since the version it has stored, but what if the server has...
Fisher, Mitchell L
Mitchell.Fisher@...
Oct 10, 2000 11:25 pm
11222
... From: Dan Connolly <connolly@...> Date: Sat, 06 Jun 92 00:53:20 CDT Subject: MIME as a hypertext architecture ... Good idea, but are DTD and...