Hi, I am writing a small http server using Java. I have written the following code to open a server socket in the http server. TCP_PORT can be any integer no...
Mukul Gandhi
mgandhi@...
Aug 3, 1999 11:38 am
10914
Hi, I want to know whether my coding logic below correctly implements http POST method. Am I also correctly implementing CGI interface part of web server ? Is...
Mukul Gandhi
mgandhi@...
Aug 4, 1999 11:50 am
10915
Hello Everyone, I would like to ask a simple question and also help from you'll. Currently I'm testing the HTTP protocol which is being supported in IPV6 vs ...
Ettikan Kandasamy
ettikan@...
Aug 12, 1999 8:04 am
10916
Hi; I was running a site under Netscape 3.0 and the content was using an SSI include to create the <HEAD><TITLE> etc... on several documents. After upgrading...
Scot Needy
sneedy@...
Aug 12, 1999 5:52 pm
10917
hi I've got a toolbar that appears on every page of my rather dynamic web. I'd like the users to be able to print pages from my web without the toolbar wasting...
Grahame Grieve
grahame@...
Aug 13, 1999 11:54 am
10918
Hello, I'm trying to use HTTP as the protocol for an interactive application that I'm developing. A java applet ("client") needs to exchange data with a...
sn@...
Aug 16, 1999 6:40 pm
10919
I would like to know what is the average sallery for a web designer?? (AUD Please) I have basically been offered a job in Canbera (Australia) to design ...
Daniel Cassar
illusion@...
Aug 19, 1999 3:55 am
10920
Hi Daniel, A$25 (nothing special) - A$100 (expert) / hour for a freelance consultant. A$35 - A$50K pa for full time work. These are based on my own encounters...
Andrew Prendergast
ap@...
Aug 19, 1999 5:36 pm
10921
Hi, I was wondering if there was a internationally recognised "Code of ethics" for the internet and / or methodologies for designing and creating Webpages for...
Daniel Cassar
illusion@...
Sep 3, 1999 6:19 am
10922
I am trying to capture core for my companies XML initiatives. If you have the time could you take a look and see if I have missed anything. ...
Daniel Koger
dkoger@...
Sep 3, 1999 4:22 pm
10923
Hi ! New proekt include on HTML. ( New or old ? ) All html files compressed and no seek for user Speed download to UP . Examples : files.html ... <ZIP> ...
Sergey Mihailov
mx@...
Sep 8, 1999 7:20 am
10924
Hi, Just curious... is there an official standard or at least a recommendation for the format of HTTP's User-Agent header? Thanks ... Dmitry Beransky ...
Dmitry Beransky
dberansky@...
Sep 10, 1999 1:23 am
10925
... RFC 2616 Section 14.43 defines the "User-Agent" field as a sequence of product tokens, defined in 3.8 as token/product-version, and gives an example of...
Larry Masinter
masinter@...
Sep 11, 1999 6:30 am
10926
Hello, We work with a weight loss physician (also American Board Certified in Family Medicine), who has formulated a topical gel product that has been very...
Kris
cima5@...
Sep 13, 1999 11:52 am
10927
It seems that despite the fact that most agents (at least the ones I pulled off my server logs) follow the format specified in the HTTP spec, it's still...
Dmitry Beransky
dberansky@...
Sep 13, 1999 5:07 pm
10928
... Not that I'm aware of. I wish URIs had been used to identify user agents, but that's water under the bridge, and a lot of it, by now. Oh! Hm... I think...
Dan Connolly
connolly@...
Sep 13, 1999 7:22 pm
10929
... Watch the CC/PP activity for developments in this area. However, they may be bringing forward recommendations on vendor-blind means for disclosing ...
Al Gilman
asgilman@...
Sep 13, 1999 7:22 pm
10930
... Thanks. That made an interesting reading. ... As any powerful tool, it may be misused once in the hands of a yahoo. Regards Dmitry Beransky...
Dmitry Beransky
dberansky@...
Sep 13, 1999 8:45 pm
10931
The CONNEG working group within the IETF has standardized a method for registering media features. Broadly speaking, this is a way of relating features like...
hardie@...
Sep 14, 1999 2:22 pm
10932
... Some additional observations: the HTTP spec implies that the User-Agent field is free-form, and in at least one browser (Lynx), the end users can set this...
Koen Holtman
koen@...
Sep 14, 1999 4:31 pm
10933
Based on many years of writing all sorts of convoluted weirdo internet based stuff, I have come up with the attached C solution to the problem... be warned, it...
Andrew Prendergast
ap@...
Sep 14, 1999 7:19 pm
10934
This is a new query regarding browser behaviour with cookies. I am not sure if it is off-subject. Please just let me know if so. I have a modified Apache 1.3.6...
Neil Gulati
ngulati@...
Sep 16, 1999 1:16 am
10935
Hi, I've just read Tim BL's (I think it was his) article "Cool URIs don't change" (<URL:http://www.w3.org/Provider/Style/URI.html>)and a corresponding artile...
Dmitry Beransky
dberansky@...
Sep 18, 1999 4:22 pm
10936
Hi, This question came up on one of the perl development lists. Once again, I remember reading about this somewhere in a spec, but where? I could have sworn...
Dmitry Beransky
dmitry@...
Sep 27, 1999 7:25 pm
10937
... Since HTML 2.0 user agents are required to preserve order: The fields are listed in the order they appear in the document with the name separated from the...
Dan Connolly
connolly@...
Sep 27, 1999 7:58 pm
10938
We have a client/server application in which the client uses HTTP to communicate with our custom web server. All works fine until a web proxy gets involved...
Timothy Aston
taston@...
Sep 28, 1999 6:54 pm
10939
... This question came up on one of the perl development lists. Once again, I remember reading about this somewhere in a spec, but where? I could have sworn...
Larry Masinter
masinter@...
Oct 4, 1999 6:43 pm
10940
hi, I'm trying to write a small program which sends large amount of data(String of size maybe 1-5MB) through HTML form and HTTP POST method. Can this be done ?...
Vishal Wani
vishal@...
Oct 7, 1999 5:04 pm
10941
As far as I know there is nothing in either the HTML spec, CGI spec or the ASP spec that prevents you from passing around arbitrarily large chunks of data....
Dmitry Beransky
dberansky@...
Oct 7, 1999 5:19 pm
10942
If the data is really huge, O(1-1.5 MB), it would be wise to upload it using File. Will it be possible for the user to input so much data from a single Form. ...