I am having problems with the interaction between a web server and a gateway which I belive to be due to problems with the HTTP header conformance. Does anyone...
Paul Bartlett
patheticshark@...
Jan 12, 2000 10:01 am
10963
The trace mode in Lynx is used for this sort of debugging. See <http://lynx.browser.org/> for how to get it, etc. Al ... clients ... what...
Al Gilman
asgilman@...
Jan 12, 2000 2:10 pm
10964
... We have an HTTP 1.1 testing/demo site: http://jigsaw.w3.org/HTTP/ I'm not sure it's exactly what you're after, but please have a look. ... -- Dan Connolly ...
Dan Connolly
connolly@...
Jan 12, 2000 2:19 pm
10965
Hi, I am a software engineer and I am facing problems in marketing my software. Can anyone help me in the process? Ali....
1029
1029@...
Jan 19, 2000 7:39 am
10966
hello I am working on a client side solution of web searching. I would like to know how I can query another search engine (like yahoo or alta-vistla etc). I...
Hamid Abdul Basit
u961033@...
Jan 19, 2000 11:52 am
10967
Hello , A PHP script must simultaneously set the cookie and should redirect to a new page. Therefore HTTP headers from the server must go something like this -...
Mukul Gandhi
mgandhi@...
Jan 27, 2000 9:37 am
10968
what client are u using? it may not be a problem in your particular case, but recently i uncovered a bug/feature in ie5 which doesnt let u set domain wide...
mjd
mjd@...
Jan 27, 2000 4:40 pm
10969
Just a thought.. aren't the cookie's scoped to a URL base? It was my understanding that cookies can only be set and read within a domain. Perhaps you should...
Jay Chalfant
jchalfan@...
Jan 27, 2000 4:58 pm
10970
Hiya I think this might relate to how the php implementation of setCookie is working and what order things get done in after a page compile. You could: (a) Try...
Igor Clark
igor@...
Jan 28, 2000 10:54 pm
10971
Thanks a lot ! Your suggestion solved my problem. I have tested with Netscape Communicator 4.5 and IE5. With both its working fine. But I want to understand...
Mukul Gandhi
mgandhi@...
Jan 31, 2000 5:03 am
10972
A recent Note submitted to the W3C has a proposal aimed at legacy systems: http://www.w3.org/TR/dt4dtd First, a nitpick: the example in the Note is incomplete,...
Arjun Ray
aray@...
Feb 4, 2000 2:59 pm
10973
Dear Sir or Madam, I'm a scholar of Greek literature. These are my questions: 1) Do it exists a Working Group devoted to the standardization of a Markup ...
Federico Boschetti
03487842643@...
Feb 6, 2000 8:52 pm
10974
... I think the TEI Guidelines address this. "The TEI (Text Encoding Initiative) has developed an SGML encoding for a wide range of document types in the...
Dan Connolly
connolly@...
Feb 6, 2000 11:04 pm
10975
Guys, is there anyway I can force the server to not send the HTTP header. I know you can use HEAD to get the headers, but is there a reverse of HEAD to receive...
Davin
s2207754@...
Feb 9, 2000 6:59 pm
10976
In section 5.1 of RFC 2616 ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1 <http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1> ), the...
Dean Cron
deancron@...
Feb 9, 2000 6:59 pm
10977
... To summarize your questions: 1. If a web server does not support HTTP/1.1, is it non-compliant with the HTTP/1.1 spec? Yes. HTTP/1.0 web servers are...
Clinton Wong
clintdw@...
Feb 9, 2000 8:49 pm
10978
... add AUTOCOMPLETE="OFF" as an attribute of the form tag Mozilla 5 ignores this tag. It's to be hoped that this will be fixed before it's commercial...
Grahame Grieve
grahame@...
Feb 9, 2000 8:50 pm
10979
... No there is no way. Mainly because it doesn't make sense. The headers are sent to tell you about the entity. it's not too hard to parse the headers ...
Grahame Grieve
grahame@...
Feb 9, 2000 8:53 pm
10980
... Are you sure? Section 6 of RFC 1945 says: Response = Simple-Response | Full-Response Simple-Response = [ Entity-Body ] Full-Response = Status-Line ;...
Dmitry Beransky
dberansky@...
Feb 9, 2000 9:03 pm
10981
A simple way is to write an nph- prefixed CGI that picks up the file based on the URL and passes it back raw. Wilbur ... Putting A Human Face On Technology ;-)...
Wilbur Streett
WStreett@...
Feb 9, 2000 10:47 pm
10982
No. But when you receive a double CRLF the header is finished, there is no other ways that I know of. To find out what content it is, check out the ...
Christian Bøhn
chrb@...
Feb 10, 2000 6:01 am
10983
We are having a bit of a quandary about a security related issue. We have a standard web application that allows users to enter information, which is then ...
Grahame Grieve
grahame@...
Feb 11, 2000 1:33 am
10984
... Why not also convert '&' characyters entered by the user into '&' entities, then when it is reconverted, a '<' will be a '<' and a '<' will be...
Edward Thomas
mcai7et2@...
Feb 11, 2000 8:37 am
10985
Hi Edward, Nice Idea but what if the user put's in "&" you can't tell the difference between that and what came out of the database. So if you convert it...
Jeff Sinclair
jeffs@...
Feb 11, 2000 9:08 am
10986
... Um, isn't the the behaviour you want? Just keep tabs on whether it is encoded or not. It's kinda like dealing with URIs. -- Russell O'Connor...
Russell Steven Shawn ...
roconnor@...
Feb 11, 2000 3:55 pm
10987
... But where are you going to find a server that supports HTTP/0.9? ... GET /?sql=select+*+from+dual; HTTP/0.9 HTTP/1.1 200 OK Date: Fri, 11 Feb 2000 19:30:53...
Bob Jernigan
jern@...
Feb 11, 2000 7:40 pm
10988
... You don't need a HTTP 0.9 server, from what I gather from the specs, all the compliant servers (1.0 &1.1) have to be backward compatible with HTTP 0.9. ...
Dmitry Beransky
dberansky@...
Feb 11, 2000 8:00 pm
10989
... You're right, that works returning no headers. bob...
Bob Jernigan
jern@...
Feb 11, 2000 8:52 pm
10990
Hi, the Problem is that the edit box does it's own conversion. When a user put's " < " into an edit box, if you just put it back the same into the edit...