You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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); } }