http://admin:[email protected]/videostream.cgi
I've never known that user/pass can be set directly in the url,anyone can explain how it works,is it standard, or give a term to google with?
http://admin:[email protected]/videostream.cgi
I've never known that user/pass can be set directly in the url,anyone can explain how it works,is it standard, or give a term to google with?
It's a standard way of providing login credentials in the URL so it doesn't have to prompt you for them.
admin is the username, 123456 is the password. The hostname is 192.168.1.178 as usual. You're connecting through the http protocol, so HTTP authentication is used here to access the script.
It's just a normal URL. See here for the URL syntax: http://en.wikipedia.org/wiki/Uniform_Resource_Locator#Syntax