I'm not sure if there's a definitive answer to this but anyway. I wanted to upload a screenshot from my security camera to my webspace automatically at set intervals but couldn't find anything to do it with so I thought I'd make my own. It's almost working but I've got one problem that I can't solve. To be honest I don't think it's anything to do with AMS but any insight would be welcome.
The camera should respond to "http://USERNAME:[email protected]/cgi-bin/snapshot.cgi" with a snapshot which I can save to my desktop with a constant filename and then ftp to my webspace. Everything works except that USERNAME:PASSWORD are not accepted and I get a user/password challenge.
The URL fails in Firefox, IE, Edge but in Chrome it works without problem and displays the snapshot.
Does HTTP.Download differ from a normal request for a web page? I've got no idea how it works, any ideas?
The camera should respond to "http://USERNAME:[email protected]/cgi-bin/snapshot.cgi" with a snapshot which I can save to my desktop with a constant filename and then ftp to my webspace. Everything works except that USERNAME:PASSWORD are not accepted and I get a user/password challenge.
The URL fails in Firefox, IE, Edge but in Chrome it works without problem and displays the snapshot.
Does HTTP.Download differ from a normal request for a web page? I've got no idea how it works, any ideas?
Comment