I am a bit confused on the use of server.onNotFound(handleNotFound);
ok, so it calls the function handleNotFound, but how to i see what the request was ?
Webserver, server.onNotFound(handleNotFound);
Re: Webserver, server.onNotFound(handleNotFound);
The handleBotFound routine can access what it needs from the server object
server.uri() will tell you the request, server.arg("argname") can retrieve any arguments included.
server.uri() will tell you the request, server.arg("argname") can retrieve any arguments included.
Who is online
Users browsing this forum: Majestic-12 [Bot] and 72 guests