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:[email protected] will bypass the login, but it's no longer supported by IE. Link to comment https://forums.phpfreaks.com/topic/78898-logging-in-to-a-site-that-requires-a-user-and-password/ 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? Link to comment https://forums.phpfreaks.com/topic/78898-logging-in-to-a-site-that-requires-a-user-and-password/#findComment-399305 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? Link to comment https://forums.phpfreaks.com/topic/78898-logging-in-to-a-site-that-requires-a-user-and-password/#findComment-399948 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.