WGET issue with DIGEST authentication?

2007-08-16 Thread Rudy Rusli
One of our clients are trying to connect to our server with digest authorization and they are having problems. It returns 401 error code. They are using WGET. My coworker tests it using WSHARK and it seems that WGET tries BASIC first and then it fails and it tries DIGEST but it fails also.

Re: trouble with -p

2007-08-16 Thread Matthew Woehlke
Micah Cowan wrote: Brian Keck wrote: Sometimes -p doesn't work. For instance: wget -p http://en.wikipedia.org/wiki/Herbig-Haro_object In this case, it appears that you've bumped into the fact that wget, by default, will refuse to cross hostname boundaries to download things, unless

Re: trouble with -p

2007-08-16 Thread Micah Cowan
Matthew Woehlke wrote: Micah Cowan wrote: Brian Keck wrote: Sometimes -p doesn't work. For instance: wget -p http://en.wikipedia.org/wiki/Herbig-Haro_object In this case, it appears that you've bumped into the fact that wget, by default, will refuse to cross hostname boundaries to

Re: WGET issue with DIGEST authentication?

2007-08-16 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rudy Rusli wrote: One of our clients are trying to connect to our server with digest authorization and they are having problems. It returns 401 error code. They are using WGET. My coworker tests it using WSHARK and it seems that WGET tries BASIC