You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tim Johnson <ti...@johnsons-web.com> on 2006/02/22 01:05:17 UTC

[users@httpd] Providing pwd&usr with cgi URL

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 <ti...@johnsons-web.com>
      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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org