SFML community forums

Help => Network => Topic started by: tofiffe on May 22, 2014, 08:07:15 pm

Title: Http session/login
Post by: tofiffe 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:
(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?