- Joined
- May 8, 2013
- Posts
- 2,515
- Reaction score
- 859
I'm building a custom interface for a wecam installation using the camera built in cgi commands. Does anyone know how i can return am image from the camera securely using php so the camera password/user isnt exposed. SO.... I can call the image in an img tag directly using this url:
What i'd like to do is call :
And the php script return the image so passwords and ip's arent exposed browser side. Hope that makes sense . Thanks in advance for any help
HTML:
http://1.2.3.4:88/CGIProxy.fcgi?cmd=snapPicture2&usr=usernamehere&pwd=passwordforcamera
What i'd like to do is call :
HTML:
<img src="https://server/image.php">
And the php script return the image so passwords and ip's arent exposed browser side. Hope that makes sense . Thanks in advance for any help