I have been looking for this in several areas and I can't seem to find it.
I'm new to PHP (any programming since FORTRAN, really :) so please forgive
my ignorance.
I am trying to send username/password credentials to a web server using a
PHP script. This is done to automatically log into a web camera from my
workstation. I don't know if the header www-authenticate option is the
correct one (or if it's even possible) to use for this.
Depending on what you're doing it might be as easy as:
http://user:pass@host/path?query=string
If all you need to do is suck down a page that would do it. If your
POSTING check the HTTP RFC for what headers to send...
-philip
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php