I'm using ESP32 IDF and want to use the http server (started from demo) that is working.
Now when a set the wildcard
Code: Select all
config.uri_match_fn = httpd_uri_match_wildcard;
Code: Select all
httpd_register_uri_handler
But now in this handler I need to know the requested path in URL.
How is this be done?
Regards
Jorg