Hello 

I need to programmatically connect to a cgi script at a domain
that is password protected.
Let's say the URL for the script is
http://www.somedomain.com/cgi-bin/py/dothis.py
and
http://www.somedomain.com is restricted access requiring a username and
password

1)Can I supply the user and password as variables?
  Example:
    
http://www.somedomain.com/cgi-bin/py/dothis.py?uservariable=user&pwdvariable=pwd
  If so:
  a)What is the name of the user variable?
  b)What is the name of the password variable?
  c)Are any other parameters required?

2)What server-sider configuration if any is required?

Pointers to relevant documentation is invited.
thank you
tim

-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to