I try to create multiple pages with dynamic data but I do not know how to distinguish or find out from which page the xml request comes from. Now my dynamic data comes always from the "millis2time". I have tried with new handlers like:
"server.on("/",handleWebsite);
server.on("/xml",handleXML);
server.on("/test1",handleWebsite_test);
server.on("/test1/xml",handleXML_test);
"
But this seems not to be correct. How can I handle/find out this in the "Void handleXML"-function?
Best Regards
Stefan H