We have a device that reads room temperature, and will spit out a little XML file of the current temp, which is something we need to monitor and record so that we have a history. That means automating the XML output so that we can periodically store the results in a database. No problem at all, except that the device (for some reason known only to the manufacturer) is password protected. (I guess they are protecting us to prevent our room temperature at a given moment from getting into unscrupulous hands! What a disaster that would be!)
I digress ... Ya' gotta' admit, though - it is quite humorous!
The software is on a chip.
The device is accessed with a web browser and the username/password form is a standard browser login form - the same that you would see if you were to use .htaccess to password protect a directory.
Of course, we can't automate the process if we can't inject the username and password.
If anyone can provide some insight, it would certainly be helpful.



Reply With Quote


Bookmarks