Re: [PHP] Monitoring a SSL Auth'd page

2002-04-12 Thread Rasmus Lerdorf
See the curl extension. http://php.net/curl And as of PHP 4.3 you will be able to open an https page directly with fopen(). -Rasmus On Fri, 12 Apr 2002, Ninety-Nine Ways To Die wrote: > Ok I got a question for you guys and gals, I am not sure how to go about this, >looking for opinions. > >

[PHP] Monitoring a SSL Auth'd page

2002-04-12 Thread Ninety-Nine Ways To Die
Ok I got a question for you guys and gals, I am not sure how to go about this, looking for opinions. I am trying to open a secured url, we'll say https://www.bob.com/test/index.php?blah=freak Also, it's got http-auth in it, say user=abc and password=123, so how would I go about using php to d