1
Network / Http session/login
« on: May 22, 2014, 08:07:15 pm »
Hi I was trying(for fun) to make an app that would connect to my router, which requests password using pop-up prompt box, so I don't know what the name of the values are, but I can use "user:passwd@modemip" to connect to it, but the sf::Http returns 1001 when I try to attempt this, so I've tried sending a post request like this:
where sysUsername and sysPassword were the same as in modem site for changing username and password.
Is there any way to perform a working http request or should I resort to sockets?
(click to show/hide)
where sysUsername and sysPassword were the same as in modem site for changing username and password.
Is there any way to perform a working http request or should I resort to sockets?