Hey all! Newbie here and I did a search, but couldn't find a good answer. I am trying to make a basic webpage which includes an image from my webcam. The problem is my webcam requires authentication and I don't want website visitors to have to login in order to see the page. I actually found an example of how to include the video stream in the webpage without the users having to login. It uses some Javascript with variables for authentication, however, I don't know enough about it to know if I can modify the script to simply display the image.
So, with that being said, is there an easy way to pass the username and password in the html so that the URL to the picture will load without the user having to key in the username and password?
I appreciate any and all feedback!
PP