Webduino and Authentication Action

23 views
Skip to first unread message

Moe Azizi

unread,
Feb 23, 2015, 7:28:35 PM2/23/15
to webd...@googlegroups.com
Hi , I am using Webduino which is great Class and maybe my question is stupid but I need to get answer for it some how.
in void privateCmd() right after the Authentication is match , i need to call another webpage, how can i do that?

some where in there.
  if (server.checkCredentials("dXNlcjp1c2Vy"))
  {
    server.httpSuccess();
    if (type != WebServer::HEAD)
    {
      P(helloMsg) = "<h1>Hello User</h1>";
      server.printP(helloMsg);
    }
  }

please some body help.
Reply all
Reply to author
Forward
0 new messages