On Thu, 1 Jul 1999, Dominic Mitchell wrote:
> Is there any way to specify a realm with whitespace to fetch? I've
> just had a fun time trying to do:
>
> % export HTTP_AUTH="basic:SunSolve Online:x:y"
> % fetch -v http://online.sunsolve.sun.co.uk/whatever
> senddoc: cannot authenticate with serv
< said:
> % export HTTP_AUTH="basic:SunSolve Online:x:y"
> % fetch -v http://online.sunsolve.sun.co.uk/whatever
> senddoc: cannot authenticate with server
> Looking at the code it appears that there isn't a way to escape the
> whitespace...
That's probably correct. You're certainly welcome to
Is there any way to specify a realm with whitespace to fetch? I've
just had a fun time trying to do:
% export HTTP_AUTH="basic:SunSolve Online:x:y"
% fetch -v http://online.sunsolve.sun.co.uk/whatever
senddoc: cannot authenticate with server
Looking at the code it appears that there isn't a way