Share via


4.1 MS-Author-Via Response Header

The following example shows an OPTIONS request from a WebDAV client and the response from the WebDAV server that contains the MS-Author-Via response header.

Request:

 OPTIONS / HTTP/1.1
 Host: localhost
 Accept: */*
  

Response:

  
 HTTP/1.1 200 OK
 Server: Microsoft-IIS/6.0
 Date: Wed, 28 Jun 2006 00:06:21 GMT
 MS-Author-Via: DAV
 Allow: OPTIONS, TRACE, GET, HEAD, POST, LOCK, UNLOCK, MKCOL,  
        PROPFIND, PROPPATCH, COPY, MOVE
 Public: OPTIONS, TRACE, GET, HEAD, POST, LOCK, UNLOCK, MKCOL, 
         PROPFIND, PROPPATCH, COPY, MOVE
 MS-Author-Via: DAV
 Content-Length: 0