Basically, i want to change settings in a routers settings page as found in common soho routers and i am unable to even get past the first step! that is, going to the page without prompting the user for their username and password (this is a must), you can assume i have the user/pass details.
so i tried to access this page for instance...
http://username:[email protected]/ [where username and password are variable]
And i get a message from internet explorer 8 saying "windows cannot find 'http://username:[email protected]/' please check the spelling and try again"!
i was hoping to access this using the webbrowser control so i can make changes, but if i cant even enter i have no hope. doing this in opera however, worked. however, opera is irrelevant as it must be accessable programmatically somehow, and if i go webbrowser route, it must work in ie8, unless i go through webrequest class, which would be a parsing nightmare.
any thoughts on my first hurdle? (entering) and perhaps, my additional hurdles? (accessing config settings/ rebooting router / basic functions etc).
btw, i heard about snmp and understand that its rarely available in SOHO routers so this is out of the question, thanks.
UPDATE: Just did some testing, and running the above URL syntax through the webbrowser control poses no problems, in other words, it works. running it manually in ie8 doesn't work though, same error message. weird, but i have solved my first hurdle... now to my second... how to make this work on at least 90-95% of users? awch (gulp) how many browsers would i need to code the reboot/recycle router command for do you guys think?