Re: Login by parameters (no prompts)

2004-03-23 Thread Adrian Lanning
Lanning - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 7:21 PM Subject: Re: Login by parameters (no prompts) > > I don't think so. The server doesn't care what is requesting the fil

Re: Login by parameters (no prompts)

2004-03-22 Thread jginter
it. Jonathan. David Smith <[EMAIL PROTECTED]> 03/22/2004 04:19 PM Please respond to "Tomcat Users List" To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject:Re: Login by parameters (no prompts) I don't think so. The serve

Re: Login by parameters (no prompts)

2004-03-22 Thread David Smith
ease respond to "Tomcat Users List" To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject:Re: Login by parameters (no prompts) I was just looking through the man page for wget. It looks like you have the option of using --http-user=... and --http-pa

Re: Login by parameters (no prompts)

2004-03-22 Thread jginter
w? Thanks. Jonathan. David Smith <[EMAIL PROTECTED]> 03/22/2004 03:04 PM Please respond to "Tomcat Users List" To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject: Re: Login by parameters (no prompts) I was just looking through

Re: Login by parameters (no prompts)

2004-03-22 Thread David Smith
or all the feedback. Jonathan. David Smith <[EMAIL PROTECTED]> 03/22/2004 02:36 PM Please respond to "Tomcat Users List" To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject: Re: Login by parameters (no prompts) Hi. Time to go from lurker to c

Re: Login by parameters (no prompts)

2004-03-22 Thread jginter
e feedback. Jonathan. David Smith <[EMAIL PROTECTED]> 03/22/2004 02:36 PM Please respond to "Tomcat Users List" To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject: Re: Login by parameters (no prompts) Hi. Time to go from lurker

Re: Login by parameters (no prompts)

2004-03-22 Thread jginter
TECTED]> cc: Subject:Re: Login by parameters (no prompts) Well, if it were BASIC Auth, then you'd just do this (over SSL, of course, to hide the clear text username/password)... https://myusername:[EMAIL PROTECTED] If the username and password are valid, there will be

Re: Login by parameters (no prompts)

2004-03-22 Thread David Smith
Hi. Time to go from lurker to contributer: Ummm that's not conformant to RFC spec and it's being discontinued in IE (90+% of your clients right there). I wouldn't recommend putting username/password info in the URL anyway. -David Jacob Kjome wrote: Well, if it were BASIC Auth, then you

Re: Login by parameters (no prompts)

2004-03-22 Thread Jacob Kjome
Well, if it were BASIC Auth, then you'd just do this (over SSL, of course, to hide the clear text username/password)... https://myusername:[EMAIL PROTECTED] If the username and password are valid, there will be no prompt for username or password. You'll get right to the resource. Jake Quoting

Login by parameters (no prompts)

2004-03-22 Thread jginter
The application we are building allows file downloads from our UI. However, we also want users to be able to download these files using WGET from a command-line (perhaps as part of a script), like this: WGET 192.168.1.1/do/download?id=1 However, these file downloads are subject to aut