You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Robert S. Thau" <rs...@ai.mit.edu> on 1996/06/24 22:09:11 UTC

Fun with Microsoft's web servers...

So, the new Michael Kinsley webzine, Slate, is up, and I decided to
glance at it.  Kinsley, you may recall, has been accused of not
fundamentally grasping the nature of the high-tech arena, and he's
proved it now by producing a high-quality, well polished product while
working for Microsoft.  (Skip the "Is Microsoft Evil?" dialog, though
--- it's less fun that a Feed dialog, and so far, at least, a great
deal more predictable).

The technical innards of Slate are another matter.  Leaving aside the
stuff that isn't up yet (they had only six months, which clearly
wasn't enough time to set up their chat room), there's this response
to the traditional "HEAD / HTTP/1.0" request to www.slate.com, which
begins sort of OK, goes wrong by appending a message-body into the
response from HEAD, and then gets a little weird (remember, this is
all the response to *one* request, no matter what it looks like):

HEAD / HTTP/1.0

HTTP/1.0 302 Object moved
Location: http://www.slate.com/cover/current/cover.asp
Server: Microsoft-Internet-Information-Server/1.0
MIME-version: 1.0
Content-Type: text/html
Content-Length: 172

<head><title>Document moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="http://www.slate.com/cover/current/cover.asp">here</a></body>

HTTP/1.0 200 OK
Date: Mon, 24 Jun 1996 19:59:03 GMT
Server: Microsoft-Internet-Information-Server/1.0
Expires: Mon, 24 Jun 1996 19:59:03 GMT
Content-Length: 842
Content-Type: text/html

<HTML>
<! REM *************************************************************************>
<! REM ****  (c) 1996 Microsoft Corporation.  All rights reserved.          ****>
<! REM *************************************************************************>

<BODY 
    BGCOLOR="#ffffff" 
    TEXT="#000000" 
    LINK="#660033"
    ALINK="#FF0000" 
    VLINK="#660033" 
    TopMargin=0
    LeftMargin=0
>

<HEAD>
    <TITLE>Slate</TITLE>
</HEAD>


<BR>

default.asp(22) : error 80020008: Bad variable type. 

default.asp(22) : error 80020008: Bad variable type. 

        
default.asp(29) : error 800A5012: late.com/cover/current/cover.asp

        Sorry, your browser is not powerful enough to read Slate.  May we suggest you upgrade to <a href="http://www.microsoft.com/ie">Microsoft Internet Explorer</a>?<BR>

</BODY>
</HTML>