Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Http session/login  (Read 1858 times)

0 Members and 1 Guest are viewing this topic.

tofiffe

  • Newbie
  • *
  • Posts: 8
    • View Profile
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:
(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?