Hi there, I am interested in getting some documents on search engines and also information on fuzzy search engines. Can any body please help me? Thanks &...
SSatyanarayana
SSatyanarayana@...
May 3, 1999 9:56 am
10799
Huge Savings! Low to No Down Payments! Serving All 50 States! No matter where you live in the USA, we can help you save on beautiful Bank Owned Homes. With our...
Iggy
time3@...
May 7, 1999 12:29 pm
10800
Looking at: http://www.w3.org/Daemon/User/Config/Logging.html#common-logfile-format the format of the [date] is undefined. Is there anything that states that...
Mark Griffith
mark.griffith@...
May 13, 1999 7:27 pm
10801
... http://hoohoo.ncsa.uiuc.edu/docs/setup/httpd/TransferLog.html had a much better description of the Common Log File format, but hoohoo appears to be dead...
Ross Patterson
ROSSP@...
May 13, 1999 9:43 pm
10802
I would like to unsubscribe, already tried a hundred times via "unsubscribe" (to www-talk-d-request@... in the header), but I keep on getting mail - can...
Marc Leemans
MML@...
May 14, 1999 8:14 pm
10803
LOOKING FOR THE PERFECT OPPORTUNITY? Do you want to bring in the money you have been looking for, while working at home. Make money while you sleep. No...
Billy
moods@...
May 21, 1999 11:36 am
10804
Hi, WHAT HAPPENS WHEN YOUR COMPANY PLACES CALLERS ON HOLD? Are they dumped into an empty black hole of silence where time really drags and they feel ignored...
Joey
ptjud@...
May 23, 1999 9:00 pm
10805
I want to put a file on a http server and run a script to process that file. Can anybody tell me how this should be done. At the moment I am thinking that I...
Dave Barr
dave_barr@...
May 25, 1999 12:29 am
10806
I am trying to implement the server side of the persistent connection contract. I am using MS IE5 and the latest Mozilla build for testing of the server and I...
Nic Ferrier
nferrier@...
May 26, 1999 10:48 pm
10807
... Hey, Don't look at me - I'm only telling you what the browsers do, not whether that's approved. Of course, we know that browsers always follow the rules......
Grahame Grieve
grahame@...
May 26, 1999 11:04 pm
10808
... Which of course means both the client and the server sent "HTTP/1.1" in their first lines, right? ... Clients are allowed to start more than just one...
Ross Patterson
ROSSP@...
May 27, 1999 5:52 am
10809
... Libwww [1] does this the way you expect (and often the result is faster) - you can for example try it out using the libwww robot [2] which comes as part of...
Henrik Frystyk Nielsen
frystyk@...
May 27, 1999 11:32 am
10810
Thanks to eveyone who helped with my previous problem regarding persistent connections. After using Libwww I was able to find the bug. I have another question,...
Nic Ferrier
nferrier@...
May 29, 1999 3:11 pm
10811
... Given that one might expect a major use of a maintained connection to be retrieval of inlined images, and since the user-agent has to parse the html...
danielh@...
May 30, 1999 12:37 am
10812
... Note that the client doesn't have to parse the *whole* document before issuing new requests - often there are enough links embedded in the first chunks of...
Henrik Frystyk Nielsen
frystyk@...
May 31, 1999 5:22 pm
10813
Hi, all I make a client to download a file with a request like this : strcommand = "GET /index.html HTTP/1.1" + vbcrlf strcommand = strcommand + "Host:...
Kid
ronw@...
Jun 1, 1999 5:16 am
10814
... Why the two Accept fields? ... My first guess would be that the server in question is Apache (is it? What's the value of the response Server field?) and...
Rodent of Unusual Size
Ken.Coar@...
Jun 1, 1999 10:25 am
10815
Hi gurus on this list, I come up again with an issue I brought some weeks ago: Scenario: For a DAB (Digital Audio Broadcasting) app a local/remote browser ...
Fabian Wein
wein@...
Jun 1, 1999 12:09 pm
10816
Hi there, I'm trying to build a "gateway" to a secured website, which I have access to. I've read the HTTP spec on Authentication, and would like to test the...
susan_khor@...
Jun 4, 1999 4:18 pm
10817
I tried to purge the cache in the IE4 browser using meta tag- "no-cache" and "pragma". BUt it still cache! It works in IE32 but not IE4. Can anyone help me...
anthony.pang@...
Jun 4, 1999 4:18 pm
10818
pragma: no-cache is an HTTP header, not a META tag. The meta tag you might want is "Expires". ... I tried to purge the cache in the IE4 browser using meta tag-...
Tracy E Adams
teadams@...
Jun 4, 1999 4:22 pm
10819
... As to how MS IE works I'd suggest refering to their documentation, if such is provided. ... They are _both_ HTTP headers. What are you suggesting? See:RFC...
Harold A. Driscoll
harold@...
Jun 4, 1999 5:53 pm
10820
In a previous episode susan_khor@... said... ... section 5.2, rfc 1521 http://www.FreeSoft.org/CIE/RFC/1521/7.htm -P...
Patrick McManus
mcmanus@...
Jun 4, 1999 6:18 pm
10821
That's right. I have tried using META tag, Response.Addheader "PRAGMA", "NO-CACHE" and Expires too. No effect on IE4. Any suggestions? Thanks. ... Message-Id:...
anthony.pang@...
Jun 7, 1999 7:45 am
10822
if you are trying to cache-bust an img, i believe there is a well-known bug in IE that it ignores cache directives for them. That is why ad servers have to...
Mark D. Anderson
mda@...
Jun 7, 1999 4:38 pm
10823
We have many problems countering access to SEX sites, why not make it easier to recognise SEX sites by creating a new extension a "dot sex" eg. "live.sex.au"...
John Iudice
vspjji@...
Jun 8, 1999 6:29 pm
10824
maybe this is easy question but i hope someone could help me !! I search in the library but i didn't see that anyone already talk about this !! The problem is...
Kid
ronw@...
Jun 10, 1999 10:24 pm
10825
Hello, I am writing a program that downloads files using the HTTP GET command. I have tried to solve this problem myself but I am stumped. Any advice would be...
Phil Burk
philburk@...
Jun 11, 1999 5:39 pm
10826
... No, that's not what you requested. ... Put simply, put a '/' in front of the 'cgi-bin' in order to make it a proper URI. Put more complexly, make it at ...
Rodent of Unusual Size
Ken.Coar@...
Jun 11, 1999 5:48 pm
10827
hi! i'm trying to write a simple http client. can anyone tell me when a GET is sent to the server how are the images embedded in html file retrieved? do i have...