|
getting into a linksys router
i wrote a program which monitors your external ip address from behind a firewall. the purpose is so that if your ip is dhcp, and it changes, an email will be sent with your new ip addy. ( so you can still remote in )
well the problem is that currently i have to rely on an external web server to report back the external ip.
i thought another way to go about this is somehow log into the router's web control panel, and read the page. then use a simple regex to filter out the external ip.
when you open the web control panel, you get one of those popup authentication boxes. i'm wondering what type of header data would i have to send to the page for this to authenticate and allow me to read the pages.
any ideas?
__________________
Mike
|