Page 1 of 1

Custom 404 handler for HTTP Server?

Posted: Wed Nov 21, 2018 7:14 pm
by mikea101
Hi,

How does one handle the case of a URI that doesn't match one of the httpd_register_uri_handler() handlers?

By default it generates the response: "This URI doesn't exist"

I want to be able to make a custom response.

Thanks.