cwigg Posted November 26, 2007 Share Posted November 26, 2007 Hi, I have a webcam running as a webserver, but it requires login just to view. Visitors to my website are becoming annoyed that they have to login just to view my webcam. Is there a way with php to send the login and password names to the popup that appears on connection? Better still suppressing the popup and performing the login under the covers? I know the format http://user:password@mysite.com will bypass the login, but it's no longer supported by IE. Quote Link to comment Share on other sites More sharing options...
trq Posted November 26, 2007 Share Posted November 26, 2007 Why don't you just remove the login all together? Quote Link to comment Share on other sites More sharing options...
cwigg Posted November 27, 2007 Author Share Posted November 27, 2007 HI - thanks for the interest. If I remove the login, then anyone can perform admin functions on the camera. The camera comes with a read-only user/password and an admin user/password. Looks like my starting point is going to be screen scraping and cURL. Am I on the right lines? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.