On Sat, 21 Jun 2003, Morten s. Laursen wrote:

> i would like to use wget to get my lessons table downloaded from my school
> they are using a Microsoft-IIS/5.0 webserver, i can login to the site using
> Microsoft internet explorer, and by using mozilla Firebird, but not with
> Opera or Wget both say Unknown authentication scheme.
> Wget gives me the following output.
> *************************'Wget output********************
>  --16:47:54--  http://skolenet.ats.dk/protect/ugeplan
>            => `ugeplan'
> Resolving skolenet.ats.dk... done.
> Connecting to skolenet.ats.dk[194.182.66.16]:80... connected.
> HTTP request sent, awaiting response... 401 Access Denied
> Unknown authentication scheme.

A HEAD request to that site shows that they are using a proprietary
authorization protocol, NTLM. You need to either use a NTLM
authentication proxy or ask the site to change their authentication
method to accomodate non-Microsoft clients. The HEAD request shows:

HTTP/1.1 401 Access Denied
Server: Microsoft-IIS/5.0
Date: Sun, 22 Jun 2003 01:36:39 GMT
WWW-Authenticate: Negotiate
WWW-Authenticate: NTLM
Connection: Keep-Alive
Content-Length: 24
Content-Type: text/html
Cache-control: private

                     Doug

-- 
Doug Kaufman
Internet: [EMAIL PROTECTED]

Reply via email to