After I have connected to the server and with a browser I send a html page with 192.168.4.1/test1 I then get the message on the serial terminal "test1 rec" and likewise with test2 so server is working.
If I add any parameters in the browser to the line eg 192.168.4.1/test1/12345678,1234567. then I never receive or the esp32 does not see the test1 message.
Thanks, im not up to speed with html, is there a simple way to get the complete line into a string for output not individual arguments ?. The library i am using is not the async lib.