What do mean by passing UserName/Password directly?
Clients can pass a UserName/Password to the CGI using Http authentication, but I do not want to give UserName/Password to my clients, so Can I put this UserName/Password inside CGI code so the CGI code will call some functions using this hardcoded UserName/Password ?
Main Topics
Browse All Topics





by: mikelittlewoodPosted on 2005-06-13 at 04:10:10ID: 14201124
Unless you can manually pass the username/password directly to the CGI code yourself, it will stick with the current PC/User connection.